- added instructions how to update the online documentation
[bochs-mirror.git] / .conf.win32
blob4cbd1f4c0db3ba1c6a5e0f43e3f990806f891e5d
1 # This configure file should be used for Win32 systems using U/Win
3 set echo
5 CC="cc"
6 CXX="CC"
7 # CFLAGS="-V -NcMT -NcG6 -NcO2 -NlNODEFAULTLIB:libc.lib"
8 # CFLAGS="-NcG6 -NcO2"
9 CFLAGS="-V -NcO2"
10 CXXFLAGS="$CFLAGS"
12 export CC
13 export CXX
14 export CFLAGS
15 export CXXFLAGS
17 ./configure --target=pentium-windows
19 unset echo