Changes between Version 22 and Version 23 of Building/Windows
- Timestamp:
- 04/24/08 11:59:43 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Windows
v22 v23 273 273 {{{$(GHC_TOP)/}}} thus: 274 274 {{{ 275 $ ./configure --host=i386-unknown-mingw32 --with-gcc=c:/mingw/bin/gcc --with-ld=c:/mingw/bin/ld.exe 275 $ ./configure --host=i386-unknown-mingw32 276 --with-gcc=c:/mingw/bin/gcc 277 --with-ld=c:/mingw/bin/ld.exe 276 278 }}} 277 279 This is the point at which you specify that you are building GHC-mingw
