6 # Copyright: (c) 1993, AIAI, University of Edinburgh
10 # Include file for MS VC++ makefiles
13 # FINAL=1 argument to nmake to build version with no debugging info.
14 # DLL=1 builds a library (wxdll.lib) suitable for creating DLLs.
16 # Set WXDIR to the wxWindows directory if env. variable WXWIN not set.
17 # From your specific makefile, set EXTRAFLAGS to add flags to CPPFLAGS,
18 # such as extra include directories or defines.
21 WXINC = $(WXDIR)\include
23 WXLIB=$(WXDIR)\lib\wx1.lib $(WXDIR)\lib\wx2.lib $(WXDIR)\lib\wx3.lib
29 INC=/I$(WXDIR)\include
31 # Set this to nothing if using MS C++ 7
50 DEBUG_FLAGS= /Zi $(ZOPTION)
53 OPT = /Od /Gy # Note: /Ox or /Os crash the compiler or samples
58 LIBS=$(WXLIB) $(EXTRALIBS) oldnames libw llibcew commdlg ddeml shell mmsystem $(WXDIR)\src\msw\ctl3d\msvc\ctl3dv2.lib
62 PRECOMP=/YuWX/WXPREC.H /Fp$(WXDIR)\src\msw\$(PCH)
63 CPPFLAGS= $(DEBUG_FLAGS) $(OPTIONS) $(INC) $(EXTRAFLAGS) /DDEBUG=$(DEBUG) /AL /Gt4 /Gx- /W4 /G2sw $(OPT) /D__WINDOWS__ $(PRECOMP)
64 CPPFLAGS2= $(DEBUG_FLAGS) $(OPTIONS) $(INC) $(EXTRAFLAGS) /DDEBUG=$(DEBUG) /AL /Gt4 /Gx- /W4 /G2sw $(OPT) /D__WINDOWS__
65 LINKFLAGS=$(LINK_DEBUG_FLAGS) /NOD /SEG:512 /ONERROR:NOEXE
69 PRECOMP=/YuWX/WXPREC.H /Fp$(WXDIR)\src\msw\$(PCH)
70 CPPFLAGS= $(DEBUG_FLAGS) $(OPTIONS) $(INC) $(EXTRAFLAGS) /AL /Gt4 /Gx- /W4 /G2s /GD $(OPT) /D__WINDOWS__ $(PRECOMP)
71 CPPFLAGS2= $(DEBUG_FLAGS) $(OPTIONS) $(INC) $(EXTRAFLAGS) /AL /Gt4 /Gx- /W4 /G2s /GD $(OPT) /D__WINDOWS__
72 LINKFLAGS=$(LINK_DEBUG_FLAGS) /NOD /SEG:512 /ONERROR:NOEXE