beff63eb32
ftp.bochs.com
20 lines
302 B
Plaintext
Executable File
20 lines
302 B
Plaintext
Executable File
# This configure file should be used for Win32 systems using U/Win
|
|
|
|
set echo
|
|
|
|
CC="cc"
|
|
CXX="CC"
|
|
# CFLAGS="-V -NcMT -NcG6 -NcO2 -NlNODEFAULTLIB:libc.lib"
|
|
# CFLAGS="-NcG6 -NcO2"
|
|
CFLAGS="-V -NcO2"
|
|
CXXFLAGS="$CFLAGS"
|
|
|
|
export CC
|
|
export CXX
|
|
export CFLAGS
|
|
export CXXFLAGS
|
|
|
|
./configure --with-win32
|
|
|
|
unset echo
|