repo.or.cz
/
bochs-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- added instructions how to update the online documentation
[bochs-mirror.git]
/
.conf.win32
blob
4cbd1f4c0db3ba1c6a5e0f43e3f990806f891e5d
1
# This configure file should be used for Win32 systems using U/Win
2
3
set echo
4
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"
11
12
export CC
13
export CXX
14
export CFLAGS
15
export CXXFLAGS
16
17
./configure --target=pentium-windows
18
19
unset echo