regenerated after adding DEBUG_ options
[wxWidgets.git] / samples / svg / makefile.vc
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 # =========================================================================
6
7 !include <../../../build/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 LIBDIRNAME = \
16         .\..\..\..\lib\vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17 OBJS = \
18         vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
19 SVGTEST_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
20         /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\svgtest.pdb $(____DEBUGRUNTIME_2_p) \
21         $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
22         $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(LIBDIRNAME) \
23         /I.\..\..\..\src\tiff /I.\..\..\..\src\jpeg /I.\..\..\..\src\png \
24         /I.\..\..\..\src\zlib /I.\..\..\..\src\regex /I.\..\..\..\src\expat\lib /I. \
25         $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\include $(CXXFLAGS)
26 SVGTEST_OBJECTS =  \
27         $(OBJS)\svgtest_svgtest.obj
28
29 ### Conditionally set variables: ###
30
31 !if "$(USE_GUI)" == "0"
32 PORTNAME = base
33 !endif
34 !if "$(USE_GUI)" == "1"
35 PORTNAME = msw
36 !endif
37 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
38 WXDEBUGFLAG = d
39 !endif
40 !if "$(DEBUG_FLAG)" == "1"
41 WXDEBUGFLAG = d
42 !endif
43 !if "$(SHARED)" == "1"
44 WXDLLFLAG = dll
45 !endif
46 !if "$(UNICODE)" == "1"
47 WXUNICODEFLAG = u
48 !endif
49 !if "$(WXUNIV)" == "1"
50 WXUNIVNAME = univ
51 !endif
52 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
53 __DEBUGINFO_0 = /Zi
54 !endif
55 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
56 __DEBUGINFO_0 = 
57 !endif
58 !if "$(DEBUG_INFO)" == "0"
59 __DEBUGINFO_0 = 
60 !endif
61 !if "$(DEBUG_INFO)" == "1"
62 __DEBUGINFO_0 = /Zi
63 !endif
64 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
65 __DEBUGINFO_1 = /DEBUG
66 !endif
67 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
68 __DEBUGINFO_1 = 
69 !endif
70 !if "$(DEBUG_INFO)" == "0"
71 __DEBUGINFO_1 = 
72 !endif
73 !if "$(DEBUG_INFO)" == "1"
74 __DEBUGINFO_1 = /DEBUG
75 !endif
76 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
77 __DEBUGINFO_3 = d
78 !endif
79 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
80 __DEBUGINFO_3 = 
81 !endif
82 !if "$(DEBUG_INFO)" == "0"
83 __DEBUGINFO_3 = 
84 !endif
85 !if "$(DEBUG_INFO)" == "1"
86 __DEBUGINFO_3 = d
87 !endif
88 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
89 __DEBUGRUNTIME_3 = 
90 !endif
91 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
92 __DEBUGRUNTIME_3 = d
93 !endif
94 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
95 __DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
96 !endif
97 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
98 __DEBUG_DEFINE_p = /D__WXDEBUG__
99 !endif
100 !if "$(DEBUG_FLAG)" == "1"
101 __DEBUG_DEFINE_p = /D__WXDEBUG__
102 !endif
103 !if "$(SHARED)" == "1"
104 __DLLFLAG_p = /DWXUSINGDLL
105 !endif
106 !if "$(USE_GUI)" == "1"
107 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
108 !endif
109 !if "$(USE_GUI)" == "1"
110 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
111 !endif
112 !if "$(USE_GUI)" == "1"
113 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
114 !endif
115 !if "$(BUILD)" == "debug"
116 __OPTIMIZEFLAG_4 = /Od
117 !endif
118 !if "$(BUILD)" == "release"
119 __OPTIMIZEFLAG_4 = /O2
120 !endif
121 !if "$(RUNTIME_LIBS)" == "dynamic"
122 __RUNTIME_LIBS_7 = D
123 !endif
124 !if "$(RUNTIME_LIBS)" == "static"
125 __RUNTIME_LIBS_7 = T
126 !endif
127 !if "$(UNICODE)" == "1"
128 __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
129 !endif
130 !if "$(MONOLITHIC)" == "0"
131 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
132 !endif
133 !if "$(MONOLITHIC)" == "0"
134 __WXLIB_CORE_p = \
135         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
136 !endif
137 !if "$(MONOLITHIC)" == "1"
138 __WXLIB_MONO_p = \
139         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
140 !endif
141 !if "$(WXUNIV)" == "1"
142 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
143 !endif
144 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
145 ____DEBUGINFO_2_p = /D_DEBUG
146 !endif
147 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
148 ____DEBUGINFO_2_p = /DNDEBUG
149 !endif
150 !if "$(DEBUG_INFO)" == "0"
151 ____DEBUGINFO_2_p = /DNDEBUG
152 !endif
153 !if "$(DEBUG_INFO)" == "1"
154 ____DEBUGINFO_2_p = /D_DEBUG
155 !endif
156 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
157 ____DEBUGRUNTIME_2_p = /DNDEBUG
158 !endif
159 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
160 ____DEBUGRUNTIME_2_p = /D_DEBUG
161 !endif
162 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
163 ____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
164 !endif
165
166
167 all: $(OBJS)
168 $(OBJS):
169         -if not exist $(OBJS) mkdir $(OBJS)
170
171 ### Targets: ###
172
173 all: $(OBJS)\svgtest.exe
174
175 $(OBJS)\svgtest_svgtest.obj: .\svgtest.cpp
176         $(CXX) /c /nologo /TP /Fo$@ $(SVGTEST_CXXFLAGS) $**
177
178 clean: 
179         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
180         -if exist $(OBJS)\*.res del $(OBJS)\*.res
181         -if exist $(OBJS)\svgtest.exe del $(OBJS)\svgtest.exe
182
183 $(OBJS)\svgtest.exe: $(SVGTEST_OBJECTS)
184         link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS  @<<
185         $(SVGTEST_OBJECTS)  wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_svg.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib  wxregex$(WXDEBUGFLAG).lib wxexpat$(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
186 <<