]> git.saurik.com Git - wxWidgets.git/blob - demos/forty/makefile.bcc
Applied patch [ 914126 ] Cleaning of the forty demo
[wxWidgets.git] / demos / forty / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.3 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 .autodepend
8
9 !ifndef BCCDIR
10 !ifndef MAKEDIR
11 !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12 !endif
13 BCCDIR = $(MAKEDIR)\..
14 !endif
15
16 !include ../../build/msw/config.bcc
17
18 # -------------------------------------------------------------------------
19 # Do not modify the rest of this file!
20 # -------------------------------------------------------------------------
21
22 ### Variables: ###
23
24 OBJS = \
25 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
26 SETUPHDIR = \
27 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
28 FORTY_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
29 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
30 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
31 -I. $(__DLLFLAG_p) -I.\..\..\samples $(CPPFLAGS) $(CXXFLAGS)
32 FORTY_OBJECTS = \
33 $(OBJS)\forty_forty.obj \
34 $(OBJS)\forty_canvas.obj \
35 $(OBJS)\forty_card.obj \
36 $(OBJS)\forty_game.obj \
37 $(OBJS)\forty_pile.obj \
38 $(OBJS)\forty_playerdg.obj \
39 $(OBJS)\forty_scoredg.obj \
40 $(OBJS)\forty_scorefil.obj
41
42 ### Conditionally set variables: ###
43
44 !if "$(USE_GUI)" == "0"
45 PORTNAME = base
46 !endif
47 !if "$(USE_GUI)" == "1"
48 PORTNAME = msw
49 !endif
50 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
51 WXDEBUGFLAG = d
52 !endif
53 !if "$(DEBUG_FLAG)" == "1"
54 WXDEBUGFLAG = d
55 !endif
56 !if "$(UNICODE)" == "1"
57 WXUNICODEFLAG = u
58 !endif
59 !if "$(WXUNIV)" == "1"
60 WXUNIVNAME = univ
61 !endif
62 !if "$(SHARED)" == "1"
63 WXDLLFLAG = dll
64 !endif
65 !if "$(BUILD)" == "debug"
66 __OPTIMIZEFLAG_2 = -Od
67 !endif
68 !if "$(BUILD)" == "release"
69 __OPTIMIZEFLAG_2 = -O2
70 !endif
71 !if "$(RUNTIME_LIBS)" == "dynamic"
72 __RUNTIME_LIBS_6 = -tWR
73 !endif
74 !if "$(RUNTIME_LIBS)" == "static"
75 __RUNTIME_LIBS_6 =
76 !endif
77 !if "$(RUNTIME_LIBS)" == "dynamic"
78 __RUNTIME_LIBS_7 = i
79 !endif
80 !if "$(RUNTIME_LIBS)" == "static"
81 __RUNTIME_LIBS_7 =
82 !endif
83 !if "$(WXUNIV)" == "1"
84 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
85 !endif
86 !if "$(WXUNIV)" == "1"
87 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
88 !endif
89 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
90 __DEBUG_DEFINE_p = -D__WXDEBUG__
91 !endif
92 !if "$(DEBUG_FLAG)" == "1"
93 __DEBUG_DEFINE_p = -D__WXDEBUG__
94 !endif
95 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
96 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
97 !endif
98 !if "$(DEBUG_FLAG)" == "1"
99 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
100 !endif
101 !if "$(UNICODE)" == "1"
102 __UNICODE_DEFINE_p = -D_UNICODE
103 !endif
104 !if "$(UNICODE)" == "1"
105 __UNICODE_DEFINE_p_1 = -d_UNICODE
106 !endif
107 !if "$(SHARED)" == "1"
108 __DLLFLAG_p = -DWXUSINGDLL
109 !endif
110 !if "$(SHARED)" == "1"
111 __DLLFLAG_p_1 = -dWXUSINGDLL
112 !endif
113 !if "$(MONOLITHIC)" == "0"
114 __WXLIB_HTML_p = \
115 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html.lib
116 !endif
117 !if "$(MONOLITHIC)" == "0"
118 __WXLIB_CORE_p = \
119 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
120 !endif
121 !if "$(MONOLITHIC)" == "0"
122 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
123 !endif
124 !if "$(MONOLITHIC)" == "1"
125 __WXLIB_MONO_p = \
126 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
127 !endif
128 !if "$(USE_GUI)" == "1"
129 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
130 !endif
131 !if "$(USE_GUI)" == "1"
132 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
133 !endif
134 !if "$(USE_GUI)" == "1"
135 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
136 !endif
137 !if "$(MSLU)" == "1"
138 __UNICOWS_LIB_p = unicows.lib
139 !endif
140 !if "$(SHARED)" == "0"
141 LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
142 !endif
143 !if "$(SHARED)" == "1"
144 LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
145 !endif
146 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
147 __DEBUGINFO = -v
148 !endif
149 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
150 __DEBUGINFO = -v-
151 !endif
152 !if "$(DEBUG_INFO)" == "0"
153 __DEBUGINFO = -v-
154 !endif
155 !if "$(DEBUG_INFO)" == "1"
156 __DEBUGINFO = -v
157 !endif
158
159
160 all: $(OBJS)
161 $(OBJS):
162 -if not exist $(OBJS) mkdir $(OBJS)
163
164 ### Targets: ###
165
166 all: $(OBJS)\forty.exe
167
168 clean:
169 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
170 -if exist $(OBJS)\*.res del $(OBJS)\*.res
171 -if exist $(OBJS)\forty.exe del $(OBJS)\forty.exe
172 -if exist $(OBJS)\forty.tds del $(OBJS)\forty.tds
173 -if exist $(OBJS)\forty.ilc del $(OBJS)\forty.ilc
174 -if exist $(OBJS)\forty.ild del $(OBJS)\forty.ild
175 -if exist $(OBJS)\forty.ilf del $(OBJS)\forty.ilf
176 -if exist $(OBJS)\forty.ils del $(OBJS)\forty.ils
177
178 $(OBJS)\forty.exe: $(FORTY_OBJECTS) $(OBJS)\forty_forty.res
179 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
180 c0w32.obj $(FORTY_OBJECTS),$@,, $(__WXLIB_HTML_p) $(__WXLIB_CORE_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 $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\forty_forty.res
181 |
182
183 $(OBJS)\forty_forty.obj: .\forty.cpp
184 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
185
186 $(OBJS)\forty_canvas.obj: .\canvas.cpp
187 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
188
189 $(OBJS)\forty_card.obj: .\card.cpp
190 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
191
192 $(OBJS)\forty_game.obj: .\game.cpp
193 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
194
195 $(OBJS)\forty_pile.obj: .\pile.cpp
196 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
197
198 $(OBJS)\forty_playerdg.obj: .\playerdg.cpp
199 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
200
201 $(OBJS)\forty_scoredg.obj: .\scoredg.cpp
202 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
203
204 $(OBJS)\forty_scorefil.obj: .\scorefil.cpp
205 $(CXX) -q -c -P -o$@ $(FORTY_CXXFLAGS) $**
206
207 $(OBJS)\forty_forty.res: .\forty.rc
208 brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples $**