]> git.saurik.com Git - wxWidgets.git/blame - utils/wxrc/makefile.wat
Avoid anchor for label which determined creation of the new file and is already inclu...
[wxWidgets.git] / utils / wxrc / makefile.wat
CommitLineData
cecc483e
VS
1# =========================================================================
2# This makefile was generated by
c4839ccf 3# Bakefile 0.1.4 (http://bakefile.sourceforge.net)
cecc483e
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
031dfec8 6
c33fae85 7!include ../../build/msw/config.wat
031dfec8 8
cecc483e
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
031dfec8 12
cecc483e
VS
13# Speed up compilation a bit:
14!ifdef __LOADDLL__
15! loaddll wcc wccd
16! loaddll wccaxp wccdaxp
17! loaddll wcc386 wccd386
18! loaddll wpp wppdi86
19! loaddll wppaxp wppdaxp
20! loaddll wpp386 wppd386
21! loaddll wlink wlink
22! loaddll wlib wlibd
23!endif
031dfec8 24
cecc483e
VS
25# We need these variables in some bakefile-made rules:
26WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
27
28### Conditionally set variables: ###
29
30PORTNAME =
31!ifeq USE_GUI 0
32PORTNAME = base
33!endif
34!ifeq USE_GUI 1
35PORTNAME = msw
36!endif
37WXDEBUGFLAG =
38!ifeq BUILD debug
3f55f5b8
VS
39!ifeq DEBUG_FLAG default
40WXDEBUGFLAG = d
41!endif
42!endif
43!ifeq DEBUG_FLAG 1
cecc483e
VS
44WXDEBUGFLAG = d
45!endif
cecc483e
VS
46WXUNICODEFLAG =
47!ifeq UNICODE 1
48WXUNICODEFLAG = u
49!endif
50WXUNIVNAME =
51!ifeq WXUNIV 1
52WXUNIVNAME = univ
53!endif
b17c1746
DE
54WXDLLFLAG =
55!ifeq SHARED 1
56WXDLLFLAG = dll
57!endif
d2ec8d84
VS
58__wxrc___depname =
59!ifeq USE_XRC 1
60__wxrc___depname = $(OBJS)\wxrc.exe
61!endif
3f55f5b8 62__DEBUGINFO_0 =
cecc483e 63!ifeq BUILD debug
3f55f5b8
VS
64!ifeq DEBUG_INFO default
65__DEBUGINFO_0 = -d2
66!endif
cecc483e
VS
67!endif
68!ifeq BUILD release
3f55f5b8
VS
69!ifeq DEBUG_INFO default
70__DEBUGINFO_0 = -d0
71!endif
cecc483e 72!endif
3f55f5b8
VS
73!ifeq DEBUG_INFO 0
74__DEBUGINFO_0 = -d0
75!endif
76!ifeq DEBUG_INFO 1
77__DEBUGINFO_0 = -d2
78!endif
79__DEBUGINFO_1 =
cecc483e 80!ifeq BUILD debug
3f55f5b8
VS
81!ifeq DEBUG_INFO default
82__DEBUGINFO_1 = debug all
83!endif
cecc483e
VS
84!endif
85!ifeq BUILD release
3f55f5b8
VS
86!ifeq DEBUG_INFO default
87__DEBUGINFO_1 =
88!endif
89!endif
90!ifeq DEBUG_INFO 0
91__DEBUGINFO_1 =
92!endif
93!ifeq DEBUG_INFO 1
94__DEBUGINFO_1 = debug all
cecc483e 95!endif
b17c1746 96__OPTIMIZEFLAG_2 =
cecc483e 97!ifeq BUILD debug
b17c1746 98__OPTIMIZEFLAG_2 = -od
3f55f5b8 99!endif
b17c1746
DE
100!ifeq BUILD release
101__OPTIMIZEFLAG_2 = -ot -ox
3f55f5b8 102!endif
b17c1746
DE
103__RUNTIME_LIBS_5 =
104!ifeq RUNTIME_LIBS dynamic
105__RUNTIME_LIBS_5 = -br
cecc483e 106!endif
b17c1746
DE
107!ifeq RUNTIME_LIBS static
108__RUNTIME_LIBS_5 =
cecc483e 109!endif
a4ad36cd
VS
110__EXCEPTIONSFLAG_7 =
111!ifeq USE_EXCEPTIONS 0
112__EXCEPTIONSFLAG_7 =
113!endif
114!ifeq USE_EXCEPTIONS 1
115__EXCEPTIONSFLAG_7 = -xs
116!endif
b17c1746
DE
117__WXUNIV_DEFINE_p =
118!ifeq WXUNIV 1
119__WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
3f55f5b8 120!endif
b17c1746 121__DEBUG_DEFINE_p =
cecc483e 122!ifeq BUILD debug
b17c1746
DE
123!ifeq DEBUG_FLAG default
124__DEBUG_DEFINE_p = -d__WXDEBUG__
cecc483e 125!endif
cecc483e 126!endif
b17c1746
DE
127!ifeq DEBUG_FLAG 1
128__DEBUG_DEFINE_p = -d__WXDEBUG__
cecc483e
VS
129!endif
130__UNICODE_DEFINE_p =
131!ifeq UNICODE 1
ec08d395 132__UNICODE_DEFINE_p = -d_UNICODE
cecc483e 133!endif
b17c1746
DE
134__DLLFLAG_p =
135!ifeq SHARED 1
136__DLLFLAG_p = -dWXUSINGDLL
137!endif
138__WXLIB_XML_p =
139!ifeq MONOLITHIC 0
c33fae85
RN
140__WXLIB_XML_p = &
141 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_xml.lib
b17c1746 142!endif
cecc483e
VS
143__WXLIB_BASE_p =
144!ifeq MONOLITHIC 0
c33fae85
RN
145__WXLIB_BASE_p = &
146 wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
cecc483e
VS
147!endif
148__WXLIB_MONO_p =
149!ifeq MONOLITHIC 1
3f55f5b8 150__WXLIB_MONO_p = &
c33fae85 151 wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib
cecc483e 152!endif
b17c1746
DE
153__LIB_TIFF_p =
154!ifeq USE_GUI 1
9c2d002b 155__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
cecc483e 156!endif
b17c1746
DE
157__LIB_JPEG_p =
158!ifeq USE_GUI 1
9c2d002b 159__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
b17c1746
DE
160!endif
161__LIB_PNG_p =
162!ifeq USE_GUI 1
9c2d002b 163__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
b17c1746
DE
164!endif
165LIBDIRNAME =
166!ifeq SHARED 0
c33fae85 167LIBDIRNAME = .\..\..\lib\wat_lib$(CFG)
b17c1746
DE
168!endif
169!ifeq SHARED 1
c33fae85 170LIBDIRNAME = .\..\..\lib\wat_dll$(CFG)
cecc483e
VS
171!endif
172
173### Variables: ###
174
c33fae85 175WX_RELEASE_NODOT = 25
3f55f5b8
VS
176OBJS = &
177 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
178SETUPHDIR = &
179 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
9bfe7ad9
VS
180WXRC_CXXFLAGS = $(__DEBUGINFO_0) $(__OPTIMIZEFLAG_2) -bm $(__RUNTIME_LIBS_5) &
181 -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) &
c33fae85
RN
182 -i=.\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) $(__EXCEPTIONSFLAG_7) &
183 $(CPPFLAGS) $(CXXFLAGS)
3f55f5b8
VS
184WXRC_OBJECTS = &
185 $(OBJS)\wxrc_wxrc.obj
cecc483e 186
cecc483e
VS
187
188all : $(OBJS)
189$(OBJS) :
190 -if not exist $(OBJS) mkdir $(OBJS)
191
192### Targets: ###
193
d2ec8d84 194all : .SYMBOLIC $(__wxrc___depname)
cecc483e 195
cecc483e
VS
196clean : .SYMBOLIC
197 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
198 -if exist $(OBJS)\*.res del $(OBJS)\*.res
199 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
200 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
201 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
202
d2ec8d84 203!ifeq USE_XRC 1
3f55f5b8 204$(OBJS)\wxrc.exe : $(WXRC_OBJECTS)
cecc483e
VS
205 @%create $(OBJS)\wxrc.lbc
206 @%append $(OBJS)\wxrc.lbc option quiet
207 @%append $(OBJS)\wxrc.lbc name $^@
75a0a7b7 208 @%append $(OBJS)\wxrc.lbc option caseexact
3f55f5b8
VS
209 @%append $(OBJS)\wxrc.lbc $(LDFLAGS) $(__DEBUGINFO_1) libpath $(LIBDIRNAME) system nt ref 'main_'
210 @for %i in ($(WXRC_OBJECTS)) do @%append $(OBJS)\wxrc.lbc file %i
9c2d002b 211 @for %i in ( $(__WXLIB_XML_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib) do @%append $(OBJS)\wxrc.lbc library %i
cecc483e
VS
212 @%append $(OBJS)\wxrc.lbc
213 wlink @$(OBJS)\wxrc.lbc
d2ec8d84 214!endif
b17c1746
DE
215
216$(OBJS)\wxrc_wxrc.obj : .AUTODEPEND .\wxrc.cpp
217 $(CXX) -zq -fo=$^@ $(WXRC_CXXFLAGS) $<