comparison src/Make_mvc.mak @ 84:60834e43d187

updated for version 7.0034
author vimboss
date Sat, 08 Jan 2005 16:04:29 +0000
parents eff3887963cc
children e8f07016e34d
comparison
equal deleted inserted replaced
83:d9030055c432 84:60834e43d187
53 # GETTEXT=[yes or no] (default is yes) 53 # GETTEXT=[yes or no] (default is yes)
54 # See http://sourceforge.net/projects/gettext/ 54 # See http://sourceforge.net/projects/gettext/
55 # PostScript printing: POSTSCRIPT=yes (default is no) 55 # PostScript printing: POSTSCRIPT=yes (default is no)
56 # Feature Set: FEATURES=[TINY, SMALL, NORMAL, BIG, HUGE] (default is BIG) 56 # Feature Set: FEATURES=[TINY, SMALL, NORMAL, BIG, HUGE] (default is BIG)
57 # Version Support: WINVER=[0x0400, 0x0500] (default is 0x0400) 57 # Version Support: WINVER=[0x0400, 0x0500] (default is 0x0400)
58 # Processor Version: CPUNR=[i386, i486, i586, i686, P4] (default is i386) 58 # Processor Version: CPUNR=[i386, i486, i586, i686, pentium4] (default is i386)
59 # Optimization: OPTIMIZE=[SPACE, SPEED, MAXSPEED] (default is MAXSPEED) 59 # Optimization: OPTIMIZE=[SPACE, SPEED, MAXSPEED] (default is MAXSPEED)
60 # Netbeans Support: NETBEANS=[yes or no] (default is yes if GUI is yes) 60 # Netbeans Support: NETBEANS=[yes or no] (default is yes if GUI is yes)
61 # Netbeans Debugging Support: NBDEBUG=[yes or no] (default is no) 61 # Netbeans Debugging Support: NBDEBUG=[yes or no] (default is no)
62 # XPM Image Support: XPM=[path to XPM directory] 62 # XPM Image Support: XPM=[path to XPM directory]
63 # 63 #
274 CPUARG = /G4 274 CPUARG = /G4
275 !elseif "$(CPUNR)" == "i586" 275 !elseif "$(CPUNR)" == "i586"
276 CPUARG = /G5 276 CPUARG = /G5
277 !elseif "$(CPUNR)" == "i686" 277 !elseif "$(CPUNR)" == "i686"
278 CPUARG = /G6 278 CPUARG = /G6
279 !elseif "$(CPUNR)" == "P4" 279 !elseif "$(CPUNR)" == "pentium4"
280 CPUARG = /G7 /arch:SSE2 280 CPUARG = /G7 /arch:SSE2
281 !else 281 !else
282 CPUARG = 282 CPUARG =
283 !endif 283 !endif
284 284