/[make]/make/w32/subproc/NMakefile
ViewVC logotype

Diff of /make/w32/subproc/NMakefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by psmith, Mon Feb 28 07:48:23 2005 UTC revision 1.8 by psmith, Mon Jul 4 03:51:00 2005 UTC
# Line 28  MAKE = nmake Line 28  MAKE = nmake
28  OUTDIR=.  OUTDIR=.
29  MAKEFILE=NMakefile  MAKEFILE=NMakefile
30    
31  CFLAGS_any = /nologo /MT /W3 /GX /Z7 /YX /D WIN32 /D WINDOWS32 /D _WINDOWS  -I. -I../include -I../../  CFLAGS_any = /nologo /MT /W4 /GX /Z7 /YX /D WIN32 /D WINDOWS32 /D _WINDOWS  -I. -I../include -I../../
32  CFLAGS_debug = $(CFLAGS_any) /Od /D _DEBUG /FR.\WinDebug\ /Fp.\WinDebug\subproc.pch /Fo.\WinDebug/  CFLAGS_debug = $(CFLAGS_any) /Od /D _DEBUG /FR.\WinDebug\ /Fp.\WinDebug\subproc.pch /Fo.\WinDebug/
33  CFLAGS_release = $(CFLAGS_any) /O2 /FR.\WinRel\ /Fp.\WinRel\subproc.pch /Fo.\WinRel/  CFLAGS_release = $(CFLAGS_any) /O2 /FR.\WinRel\ /Fp.\WinRel\subproc.pch /Fo.\WinRel/
34    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26