/[make]/make/NMakefile.template
ViewVC logotype

Diff of /make/NMakefile.template

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

revision 2.11 by psmith, Mon Mar 22 15:11:48 2004 UTC revision 2.12 by psmith, Mon Jul 4 03:50:59 2005 UTC
# Line 31  OUTDIR=. Line 31  OUTDIR=.
31  MAKEFILE=NMakefile  MAKEFILE=NMakefile
32  SUBPROC_MAKEFILE=NMakefile  SUBPROC_MAKEFILE=NMakefile
33    
34  CFLAGS_any = /nologo /MT /W3 /GX /Zi /YX /I . /I glob /I w32/include /D WIN32 /D WINDOWS32 /D _CONSOLE /D HAVE_CONFIG_H  CFLAGS_any = /nologo /MT /W4 /GX /Zi /YX /I . /I glob /I w32/include /D WIN32 /D WINDOWS32 /D _CONSOLE /D HAVE_CONFIG_H
35  CFLAGS_debug = $(CFLAGS_any) /Od /D DEBUG /D _DEBUG /FR.\WinDebug/ /Fp.\WinDebug/make.pch /Fo.\WinDebug/ /Fd.\WinDebug/make.pdb  CFLAGS_debug = $(CFLAGS_any) /Od /D DEBUG /D _DEBUG /FR.\WinDebug/ /Fp.\WinDebug/make.pch /Fo.\WinDebug/ /Fd.\WinDebug/make.pdb
36  CFLAGS_release = $(CFLAGS_any) /O2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/make.pch /Fo.\WinRel/  CFLAGS_release = $(CFLAGS_any) /O2 /D NDEBUG /FR.\WinRel/ /Fp.\WinRel/make.pch /Fo.\WinRel/
37    

Legend:
Removed from v.2.11  
changed lines
  Added in v.2.12

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