File: .conf.win32

package info (click to toggle)
bochs 2.1.1%2B20041109-3sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 13,684 kB
  • ctags: 16,395
  • sloc: cpp: 126,750; ansic: 21,861; sh: 7,921; makefile: 4,015; yacc: 929; perl: 381; asm: 370; lex: 231; csh: 3
file content (19 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 --target=pentium-windows

unset echo