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 # =========================================================================
7 !include <../../build/msw/config.vc>
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
15 CONSOLE_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
16 /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\console.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
18 $(__UNICODE_DEFINE_p) /I.\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
19 /D_CONSOLE $(__MULTILIB_FLAG_p) $(CXXFLAGS) /GR /GX
21 $(OBJS)\console_console.obj
23 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
25 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
27 ### Conditionally set variables: ###
29 !if "$(SHARED)" == "0"
30 LIBDIRNAME = .\..\..\lib\vc_lib$(CFG)
32 !if "$(SHARED)" == "1"
33 LIBDIRNAME = .\..\..\lib\vc_dll$(CFG)
35 !if "$(USE_GUI)" == "0"
38 !if "$(USE_GUI)" == "1"
41 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
44 !if "$(DEBUG_FLAG)" == "1"
47 !if "$(SHARED)" == "1"
50 !if "$(UNICODE)" == "1"
53 !if "$(WXUNIV)" == "1"
56 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
59 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
62 !if "$(DEBUG_INFO)" == "0"
65 !if "$(DEBUG_INFO)" == "1"
68 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
69 __DEBUGINFO_1 = /DEBUG
71 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
74 !if "$(DEBUG_INFO)" == "0"
77 !if "$(DEBUG_INFO)" == "1"
78 __DEBUGINFO_1 = /DEBUG
80 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
83 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
86 !if "$(DEBUG_INFO)" == "0"
89 !if "$(DEBUG_INFO)" == "1"
92 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
95 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
98 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
99 __DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
101 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
102 __DEBUG_DEFINE_p = /D__WXDEBUG__
104 !if "$(DEBUG_FLAG)" == "1"
105 __DEBUG_DEFINE_p = /D__WXDEBUG__
107 !if "$(SHARED)" == "1"
108 __DLLFLAG_p = /DWXUSINGDLL
110 !if "$(USE_GUI)" == "1"
111 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
113 !if "$(USE_GUI)" == "1"
114 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
116 !if "$(USE_GUI)" == "1"
117 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
119 !if "$(MONOLITHIC)" == "0"
120 __MULTILIB_FLAG_p = /DwxUSE_GUI=0
122 !if "$(BUILD)" == "debug"
123 __OPTIMIZEFLAG_4 = /Od
125 !if "$(BUILD)" == "release"
126 __OPTIMIZEFLAG_4 = /O2
128 !if "$(RUNTIME_LIBS)" == "dynamic"
131 !if "$(RUNTIME_LIBS)" == "static"
134 !if "$(UNICODE)" == "1"
135 __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
138 __UNICOWS_LIB_p = unicows.lib
140 !if "$(MONOLITHIC)" == "0"
141 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
143 !if "$(MONOLITHIC)" == "1"
145 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
147 !if "$(WXUNIV)" == "1"
148 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
150 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
151 ____DEBUGINFO_2_p = /D_DEBUG
153 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
156 !if "$(DEBUG_INFO)" == "0"
159 !if "$(DEBUG_INFO)" == "1"
160 ____DEBUGINFO_2_p = /D_DEBUG
162 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
163 ____DEBUGRUNTIME_2_p =
165 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
166 ____DEBUGRUNTIME_2_p = /D_DEBUG
168 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
169 ____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
175 -if not exist $(OBJS) mkdir $(OBJS)
179 all: $(OBJS)\console.exe data
181 $(OBJS)\console_console.obj: .\console.cpp
182 $(CXX) /c /nologo /TP /Fo$@ $(CONSOLE_CXXFLAGS) $**
185 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
186 -if exist $(OBJS)\*.res del $(OBJS)\*.res
187 -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
189 $(OBJS)\console.exe: $(CONSOLE_OBJECTS)
190 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:CONSOLE @<<
191 $(CONSOLE_OBJECTS) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) 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
195 if not exist $(OBJS) mkdir $(OBJS)
196 for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)