]>
Commit | Line | Data |
---|---|---|
250700e4 RD |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
bdc408c4 | 3 | # Bakefile 0.1.1 (http://bakefile.sourceforge.net) |
250700e4 RD |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
7 | !ifndef BCCDIR | |
8 | BCCDIR = $(MAKEDIR)\.. | |
9 | !endif | |
10 | ||
fd9f42b6 | 11 | !include ../../../build/msw/config.bcc |
250700e4 RD |
12 | |
13 | # ------------------------------------------------------------------------- | |
14 | # Do not modify the rest of this file! | |
15 | # ------------------------------------------------------------------------- | |
16 | ||
17 | !if "$(BCCDIR)" == "\.." | |
18 | !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4 | |
19 | !endif | |
20 | ||
21 | ### Variables: ### | |
22 | ||
3f55f5b8 | 23 | ANITEST_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) $(__DEBUGINFO) \ |
250700e4 RD |
24 | $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \ |
25 | $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \ | |
3f55f5b8 VS |
26 | -I$(LIBDIRNAME) -I.\..\..\..\src\tiff -I.\..\..\..\src\jpeg \ |
27 | -I.\..\..\..\src\png -I.\..\..\..\src\zlib -I.\..\..\..\src\regex \ | |
2265a2d5 VS |
28 | -I.\..\..\..\src\expat\lib -I. $(__DLLFLAG_p) -I..\..\..\samples \ |
29 | -I.\..\..\include $(CXXFLAGS) | |
3f55f5b8 VS |
30 | ANITEST_OBJECTS = \ |
31 | $(OBJS)\anitest_anitest.obj | |
32 | LIBDIRNAME = \ | |
33 | .\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
250700e4 RD |
34 | OBJS = \ |
35 | bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
36 | ||
37 | ### Conditionally set variables: ### | |
38 | ||
39 | !if "$(USE_GUI)" == "0" | |
40 | PORTNAME = base | |
41 | !endif | |
42 | !if "$(USE_GUI)" == "1" | |
43 | PORTNAME = msw | |
44 | !endif | |
3f55f5b8 VS |
45 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" |
46 | WXDEBUGFLAG = d | |
47 | !endif | |
48 | !if "$(DEBUG_FLAG)" == "1" | |
250700e4 RD |
49 | WXDEBUGFLAG = d |
50 | !endif | |
51 | !if "$(SHARED)" == "1" | |
52 | WXDLLFLAG = dll | |
53 | !endif | |
54 | !if "$(UNICODE)" == "1" | |
55 | WXUNICODEFLAG = u | |
56 | !endif | |
57 | !if "$(WXUNIV)" == "1" | |
58 | WXUNIVNAME = univ | |
59 | !endif | |
3f55f5b8 VS |
60 | !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default" |
61 | __DEBUGINFO = -v | |
250700e4 | 62 | !endif |
3f55f5b8 VS |
63 | !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default" |
64 | __DEBUGINFO = -v- | |
250700e4 | 65 | !endif |
3f55f5b8 VS |
66 | !if "$(DEBUG_INFO)" == "0" |
67 | __DEBUGINFO = -v- | |
68 | !endif | |
69 | !if "$(DEBUG_INFO)" == "1" | |
70 | __DEBUGINFO = -v | |
71 | !endif | |
72 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" | |
73 | __DEBUG_DEFINE_p = -D__WXDEBUG__ | |
74 | !endif | |
75 | !if "$(DEBUG_FLAG)" == "1" | |
250700e4 RD |
76 | __DEBUG_DEFINE_p = -D__WXDEBUG__ |
77 | !endif | |
e80ae200 VS |
78 | !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default" |
79 | __DEBUG_DEFINE_p_1 = -d__WXDEBUG__ | |
80 | !endif | |
81 | !if "$(DEBUG_FLAG)" == "1" | |
82 | __DEBUG_DEFINE_p_1 = -d__WXDEBUG__ | |
83 | !endif | |
250700e4 RD |
84 | !if "$(SHARED)" == "1" |
85 | __DLLFLAG_p = -DWXUSINGDLL | |
86 | !endif | |
e80ae200 VS |
87 | !if "$(SHARED)" == "1" |
88 | __DLLFLAG_p_1 = -dWXUSINGDLL | |
89 | !endif | |
3f55f5b8 VS |
90 | !if "$(USE_GUI)" == "1" |
91 | __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib | |
92 | !endif | |
93 | !if "$(USE_GUI)" == "1" | |
94 | __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib | |
95 | !endif | |
96 | !if "$(USE_GUI)" == "1" | |
97 | __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib | |
98 | !endif | |
250700e4 RD |
99 | !if "$(BUILD)" == "debug" |
100 | __OPTIMIZEFLAG_2 = -Od | |
101 | !endif | |
102 | !if "$(BUILD)" == "release" | |
103 | __OPTIMIZEFLAG_2 = -O2 | |
104 | !endif | |
105 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
106 | __RUNTIME_LIBS_6 = -tWR | |
107 | !endif | |
108 | !if "$(RUNTIME_LIBS)" == "static" | |
109 | __RUNTIME_LIBS_6 = | |
110 | !endif | |
111 | !if "$(RUNTIME_LIBS)" == "dynamic" | |
112 | __RUNTIME_LIBS_7 = i | |
113 | !endif | |
114 | !if "$(RUNTIME_LIBS)" == "static" | |
115 | __RUNTIME_LIBS_7 = | |
116 | !endif | |
117 | !if "$(UNICODE)" == "1" | |
118 | __UNICODE_DEFINE_p = -DwxUSE_UNICODE=1 | |
119 | !endif | |
e80ae200 VS |
120 | !if "$(UNICODE)" == "1" |
121 | __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=1 | |
122 | !endif | |
2265a2d5 VS |
123 | !if "$(MSLU)" == "1" |
124 | __UNICOWS_LIB_p = unicows.lib | |
125 | !endif | |
250700e4 RD |
126 | !if "$(MONOLITHIC)" == "0" |
127 | __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
128 | !endif | |
129 | !if "$(MONOLITHIC)" == "0" | |
130 | __WXLIB_CORE_p = \ | |
131 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib | |
132 | !endif | |
133 | !if "$(MONOLITHIC)" == "1" | |
134 | __WXLIB_MONO_p = \ | |
135 | wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib | |
136 | !endif | |
137 | !if "$(WXUNIV)" == "1" | |
138 | __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__ | |
139 | !endif | |
e80ae200 VS |
140 | !if "$(WXUNIV)" == "1" |
141 | __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__ | |
142 | !endif | |
250700e4 RD |
143 | |
144 | ||
145 | all: $(OBJS) | |
146 | $(OBJS): | |
147 | -if not exist $(OBJS) mkdir $(OBJS) | |
148 | ||
149 | ### Targets: ### | |
150 | ||
151 | all: $(OBJS)\anitest.exe data | |
152 | ||
153 | $(OBJS)\anitest_anitest.obj: .\anitest.cpp | |
154 | $(CXX) -q -c -P -o$@ $(ANITEST_CXXFLAGS) $** | |
155 | ||
e80ae200 | 156 | $(OBJS)\anitest_anitest.res: .\anitest.rc |
2265a2d5 | 157 | brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\..\include -i$(LIBDIRNAME) -i.\..\..\..\src\tiff -i.\..\..\..\src\jpeg -i.\..\..\..\src\png -i.\..\..\..\src\zlib -i.\..\..\..\src\regex -i.\..\..\..\src\expat\lib -i. $(__DLLFLAG_p_1) -i..\..\..\samples -i.\..\..\include $** |
e80ae200 VS |
158 | |
159 | $(OBJS)\anitest.exe: $(ANITEST_OBJECTS) $(OBJS)\anitest_anitest.res | |
3f55f5b8 | 160 | ilink32 -Tpe -q $(LDFLAGS) $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&| |
2265a2d5 | 161 | c0w32.obj $(ANITEST_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_animate.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) import32.lib ole2w32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\anitest_anitest.res |
250700e4 RD |
162 | | |
163 | ||
164 | clean: | |
165 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
166 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
167 | -if exist $(OBJS)\anitest.exe del $(OBJS)\anitest.exe | |
168 | ||
169 | data: | |
170 | if not exist $(OBJS) mkdir $(OBJS) | |
171 | for %f in (bttrfly.gif hooked.gif tbttrfly.gif mondrian.ico) do if not exist $(OBJS)\%f copy .\%f $(OBJS) |