regenerated makefiles
[wxWidgets.git] / contrib / samples / ogl / ogledit / 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/msw/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 OBJS = \
16         vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
17 OGLEDIT_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS_7)$(__DEBUGRUNTIME_3) \
18         /DWIN32 $(__DEBUGINFO_0) /Fd$(OBJS)\ogledit.pdb $(____DEBUGRUNTIME_2_p) \
19         $(__OPTIMIZEFLAG_4) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
20         $(__UNICODE_DEFINE_p) /I.\..\..\..\..\include /I$(SETUPHDIR) /I. \
21         $(__DLLFLAG_p) /D_WINDOWS /I.\..\..\..\..\samples /I.\..\..\..\include \
22         $(CXXFLAGS) /GR /GX
23 OGLEDIT_OBJECTS =  \
24         $(OBJS)\ogledit_ogledit.obj \
25         $(OBJS)\ogledit_doc.obj \
26         $(OBJS)\ogledit_view.obj \
27         $(OBJS)\ogledit_palette.obj \
28         $(OBJS)\ogledit_ogledit.res
29 SETUPHDIR = \
30         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
31
32 ### Conditionally set variables: ###
33
34 !if "$(SHARED)" == "0"
35 LIBDIRNAME = .\..\..\..\..\lib\vc_lib$(CFG)
36 !endif
37 !if "$(SHARED)" == "1"
38 LIBDIRNAME = .\..\..\..\..\lib\vc_dll$(CFG)
39 !endif
40 !if "$(USE_GUI)" == "0"
41 PORTNAME = base
42 !endif
43 !if "$(USE_GUI)" == "1"
44 PORTNAME = msw
45 !endif
46 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
47 WXDEBUGFLAG = d
48 !endif
49 !if "$(DEBUG_FLAG)" == "1"
50 WXDEBUGFLAG = d
51 !endif
52 !if "$(SHARED)" == "1"
53 WXDLLFLAG = dll
54 !endif
55 !if "$(UNICODE)" == "1"
56 WXUNICODEFLAG = u
57 !endif
58 !if "$(WXUNIV)" == "1"
59 WXUNIVNAME = univ
60 !endif
61 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
62 __DEBUGINFO_0 = /Zi
63 !endif
64 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
65 __DEBUGINFO_0 = 
66 !endif
67 !if "$(DEBUG_INFO)" == "0"
68 __DEBUGINFO_0 = 
69 !endif
70 !if "$(DEBUG_INFO)" == "1"
71 __DEBUGINFO_0 = /Zi
72 !endif
73 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
74 __DEBUGINFO_1 = /DEBUG
75 !endif
76 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
77 __DEBUGINFO_1 = 
78 !endif
79 !if "$(DEBUG_INFO)" == "0"
80 __DEBUGINFO_1 = 
81 !endif
82 !if "$(DEBUG_INFO)" == "1"
83 __DEBUGINFO_1 = /DEBUG
84 !endif
85 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
86 __DEBUGINFO_3 = d
87 !endif
88 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
89 __DEBUGINFO_3 = 
90 !endif
91 !if "$(DEBUG_INFO)" == "0"
92 __DEBUGINFO_3 = 
93 !endif
94 !if "$(DEBUG_INFO)" == "1"
95 __DEBUGINFO_3 = d
96 !endif
97 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
98 __DEBUGRUNTIME_3 = 
99 !endif
100 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
101 __DEBUGRUNTIME_3 = d
102 !endif
103 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
104 __DEBUGRUNTIME_3 = $(__DEBUGINFO_3)
105 !endif
106 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
107 __DEBUG_DEFINE_p = /D__WXDEBUG__
108 !endif
109 !if "$(DEBUG_FLAG)" == "1"
110 __DEBUG_DEFINE_p = /D__WXDEBUG__
111 !endif
112 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
113 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
114 !endif
115 !if "$(DEBUG_FLAG)" == "1"
116 __DEBUG_DEFINE_p_1 = /d __WXDEBUG__
117 !endif
118 !if "$(SHARED)" == "1"
119 __DLLFLAG_p = /DWXUSINGDLL
120 !endif
121 !if "$(SHARED)" == "1"
122 __DLLFLAG_p_1 = /d WXUSINGDLL
123 !endif
124 !if "$(USE_GUI)" == "1"
125 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
126 !endif
127 !if "$(USE_GUI)" == "1"
128 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
129 !endif
130 !if "$(USE_GUI)" == "1"
131 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
132 !endif
133 !if "$(BUILD)" == "debug"
134 __OPTIMIZEFLAG_4 = /Od
135 !endif
136 !if "$(BUILD)" == "release"
137 __OPTIMIZEFLAG_4 = /O2
138 !endif
139 !if "$(RUNTIME_LIBS)" == "dynamic"
140 __RUNTIME_LIBS_7 = D
141 !endif
142 !if "$(RUNTIME_LIBS)" == "static"
143 __RUNTIME_LIBS_7 = T
144 !endif
145 !if "$(UNICODE)" == "1"
146 __UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
147 !endif
148 !if "$(UNICODE)" == "1"
149 __UNICODE_DEFINE_p_1 = /d wxUSE_UNICODE=1
150 !endif
151 !if "$(MSLU)" == "1"
152 __UNICOWS_LIB_p = unicows.lib
153 !endif
154 !if "$(MONOLITHIC)" == "0"
155 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
156 !endif
157 !if "$(MONOLITHIC)" == "0"
158 __WXLIB_CORE_p = \
159         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
160 !endif
161 !if "$(MONOLITHIC)" == "1"
162 __WXLIB_MONO_p = \
163         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
164 !endif
165 !if "$(WXUNIV)" == "1"
166 __WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
167 !endif
168 !if "$(WXUNIV)" == "1"
169 __WXUNIV_DEFINE_p_1 = /d __WXUNIVERSAL__
170 !endif
171 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
172 ____DEBUGINFO_2_p = /D_DEBUG
173 !endif
174 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
175 ____DEBUGINFO_2_p = 
176 !endif
177 !if "$(DEBUG_INFO)" == "0"
178 ____DEBUGINFO_2_p = 
179 !endif
180 !if "$(DEBUG_INFO)" == "1"
181 ____DEBUGINFO_2_p = /D_DEBUG
182 !endif
183 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
184 ____DEBUGINFO_2_p_1 = /d _DEBUG
185 !endif
186 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
187 ____DEBUGINFO_2_p_1 = 
188 !endif
189 !if "$(DEBUG_INFO)" == "0"
190 ____DEBUGINFO_2_p_1 = 
191 !endif
192 !if "$(DEBUG_INFO)" == "1"
193 ____DEBUGINFO_2_p_1 = /d _DEBUG
194 !endif
195 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
196 ____DEBUGRUNTIME_2_p = 
197 !endif
198 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
199 ____DEBUGRUNTIME_2_p = /D_DEBUG
200 !endif
201 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
202 ____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2_p)
203 !endif
204 !if "$(DEBUG_RUNTIME_LIBS)" == "0"
205 ____DEBUGRUNTIME_2_p_1 = 
206 !endif
207 !if "$(DEBUG_RUNTIME_LIBS)" == "1"
208 ____DEBUGRUNTIME_2_p_1 = /d _DEBUG
209 !endif
210 !if "$(DEBUG_RUNTIME_LIBS)" == "default"
211 ____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO_2_p_1)
212 !endif
213
214
215 all: $(OBJS)
216 $(OBJS):
217         -if not exist $(OBJS) mkdir $(OBJS)
218
219 ### Targets: ###
220
221 all: $(OBJS)\ogledit.exe
222
223 $(OBJS)\ogledit_doc.obj: .\doc.cpp
224         $(CXX) /c /nologo /TP /Fo$@ $(OGLEDIT_CXXFLAGS) $**
225
226 $(OBJS)\ogledit_ogledit.obj: .\ogledit.cpp
227         $(CXX) /c /nologo /TP /Fo$@ $(OGLEDIT_CXXFLAGS) $**
228
229 $(OBJS)\ogledit_ogledit.res: .\ogledit.rc
230         rc /fo$@  /d WIN32 $(____DEBUGRUNTIME_2_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) /i .\..\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_1) /d _WINDOWS /i .\..\..\..\..\samples /i .\..\..\..\include $**
231
232 $(OBJS)\ogledit_palette.obj: .\palette.cpp
233         $(CXX) /c /nologo /TP /Fo$@ $(OGLEDIT_CXXFLAGS) $**
234
235 $(OBJS)\ogledit_view.obj: .\view.cpp
236         $(CXX) /c /nologo /TP /Fo$@ $(OGLEDIT_CXXFLAGS) $**
237
238 clean: 
239         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
240         -if exist $(OBJS)\*.res del $(OBJS)\*.res
241         -if exist $(OBJS)\ogledit.exe del $(OBJS)\ogledit.exe
242
243 $(OBJS)\ogledit.exe: $(OGLEDIT_OBJECTS) $(OBJS)\ogledit_ogledit.res
244         link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_1)  /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
245         $(OGLEDIT_OBJECTS)  wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_ogl.lib wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_deprecated.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  $(__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
246 <<