Changeset 948
- Timestamp:
- Sep 12, 2011, 6:59:07 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build-mingw
r945 r948 4 4 make distclean 5 5 6 set -e 6 7 ./build/lol-build bootstrap windows-i386 7 8 ./build/lol-build configure windows-i386 -
trunk/build-mingw64
r945 r948 4 4 make distclean 5 5 6 set -e 6 7 ./build/lol-build bootstrap windows-amd64 7 8 ./build/lol-build configure windows-amd64 -
trunk/build/lol-build
r947 r948 58 58 case "$platform" in 59 59 windows-i386) 60 if test "x${ SYSTEM}" = xMINGW32; then60 if test "x${MSYSTEM}" = xMINGW32; then 61 61 : 62 62 elif i586-mingw32msvc-g++ --version >/dev/null 2>&1; then … … 74 74 ;; 75 75 windows-amd64) 76 if test "x${ SYSTEM}" = xMINGW64; then76 if test "x${MSYSTEM}" = xMINGW64; then 77 77 : 78 78 elif x86_64-w64-mingw32-g++ --version >/dev/null 2>&1; then
Note: See TracChangeset
for help on using the changeset viewer.