1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.1 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
8 # -------------------------------------------------------------------------
9 # These are configurable options:
10 # -------------------------------------------------------------------------
12 # Type of compiled binaries [debug,release]
14 # Name of your custom configuration. This affects directory
15 # where object files are stored as well as the location of
16 # compiled .lib files and setup.h under the lib/ toplevel directory.
18 # Standard preprocessor flags (common for CC and CXX)
19 CPPFLAGS = /DWIN32 /D_WINDOWS
22 # Standard flags for C++
24 # Standard linker flags
26 # Multiple libraries or single huge monolithic one? [0,1]
28 # Is this official build by wxWindows developers? [0,1]
30 # What type of library to build? [0,1]
32 # Compile Unicode build of wxWindows? [0,1]
34 # Build GUI libraries? [0,1]
36 # Build wxUniversal instead of native port? [0,1]
39 # -------------------------------------------------------------------------
40 # Do not modify the rest of this file!
41 # -------------------------------------------------------------------------
45 OBJS = vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
46 CONSOLE_CXXFLAGS = $(CPPFLAGS) /MD$(__DEBUGFLAG_2) $(__DEBUGFLAG_0) /Fd$(OBJS)\console.pdb $(__OPTIMIZEFLAG_3) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) /I.\..\..\include /I.\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) /I.\..\..\src\tiff /I.\..\..\src\jpeg /I.\..\..\src\png /I.\..\..\src\zlib /I.\..\..\src\regex /I. $(__DLLFLAG_p) $(__MULTILIB_FLAG_p) $(CXXFLAGS)
48 ### Conditionally set variables: ###
50 !if "$(USE_GUI)" == "0"
53 !if "$(USE_GUI)" == "1"
56 !if "$(BUILD)" == "debug"
59 !if "$(SHARED)" == "1"
62 !if "$(UNICODE)" == "1"
65 !if "$(WXUNIV)" == "1"
68 !if "$(BUILD)" == "debug"
71 !if "$(BUILD)" == "release"
74 !if "$(BUILD)" == "debug"
75 __DEBUGFLAG_1 = /DEBUG
77 !if "$(BUILD)" == "release"
80 !if "$(BUILD)" == "debug"
83 !if "$(BUILD)" == "release"
86 !if "$(BUILD)" == "debug"
87 __DEBUG_DEFINE_p = /D__WXDEBUG__
89 !if "$(SHARED)" == "1"
90 __DLLFLAG_p = /DWXUSINGDLL
92 !if "$(MONOLITHIC)" == "0"
93 __MULTILIB_FLAG_p = /DwxUSE_GUI=0
95 !if "$(BUILD)" == "debug"
96 __OPTIMIZEFLAG_3 = /Od
98 !if "$(BUILD)" == "release"
99 __OPTIMIZEFLAG_3 = /O2
101 !if "$(UNICODE)" == "1"
102 __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
104 !if "$(MONOLITHIC)" == "0"
105 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
107 !if "$(MONOLITHIC)" == "1"
108 __WXLIB_MONO_p = wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
110 !if "$(WXUNIV)" == "1"
111 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
117 -if not exist $(OBJS) mkdir $(OBJS)
121 all: $(OBJS)\console.exe data
123 $(OBJS)\console_console.obj: .\console.cpp
124 $(CXX) /c /nologo /TP /Fo$@ $(CONSOLE_CXXFLAGS) $**
127 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
128 -if exist $(OBJS)\*.res del $(OBJS)\*.res
129 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
131 $(OBJS)\console.exe: $(OBJS)\console_console.obj
132 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGFLAG_1) /LIBPATH:.\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) /SUBSYSTEM:CONSOLE @<<
133 $(OBJS)\console_console.obj $(__WXLIB_MONO_p) $(__WXLIB_BASE_p) wxtiff$(WXDEBUGFLAG).lib wxjpeg$(WXDEBUGFLAG).lib wxpng$(WXDEBUGFLAG).lib wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
137 if not exist $(OBJS) mkdir $(OBJS)
138 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)