]> git.saurik.com Git - wxWidgets.git/blame - samples/artprov/makefile.bcc
1) some compilers (Watcom) don't like it if wxBase library PCH file contains
[wxWidgets.git] / samples / artprov / makefile.bcc
CommitLineData
0706fb23
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
0706fb23
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
12fd305b 6
0706fb23
VS
7!ifndef BCCDIR
8BCCDIR = $(MAKEDIR)\..
12fd305b
VS
9!endif
10
fd9f42b6 11!include ../../build/msw/config.bcc
0706fb23
VS
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
25a73439 23ARTTEST_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) $(__DEBUGINFO) \
250700e4 24 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
25a73439 25 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(LIBDIRNAME) \
250700e4 26 -I.\..\..\src\tiff -I.\..\..\src\jpeg -I.\..\..\src\png -I.\..\..\src\zlib \
bdc408c4 27 -I.\..\..\src\regex -I.\..\..\src\expat\lib -I. $(__DLLFLAG_p) $(CXXFLAGS)
25a73439
VS
28ARTTEST_OBJECTS = \
29 $(OBJS)\arttest_arttest.obj \
30 $(OBJS)\arttest_artbrows.obj
31LIBDIRNAME = \
32 .\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
250700e4
RD
33OBJS = \
34 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
0706fb23
VS
35
36### Conditionally set variables: ###
37
38!if "$(USE_GUI)" == "0"
39PORTNAME = base
40!endif
41!if "$(USE_GUI)" == "1"
42PORTNAME = msw
43!endif
25a73439
VS
44!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
45WXDEBUGFLAG = d
46!endif
47!if "$(DEBUG_FLAG)" == "1"
0706fb23
VS
48WXDEBUGFLAG = d
49!endif
50!if "$(SHARED)" == "1"
51WXDLLFLAG = dll
52!endif
53!if "$(UNICODE)" == "1"
54WXUNICODEFLAG = u
55!endif
56!if "$(WXUNIV)" == "1"
57WXUNIVNAME = univ
58!endif
25a73439
VS
59!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
60__DEBUGINFO = -v
250700e4 61!endif
25a73439
VS
62!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
63__DEBUGINFO = -v-
250700e4 64!endif
25a73439
VS
65!if "$(DEBUG_INFO)" == "0"
66__DEBUGINFO = -v-
67!endif
68!if "$(DEBUG_INFO)" == "1"
69__DEBUGINFO = -v
70!endif
71!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
0706fb23
VS
72__DEBUG_DEFINE_p = -D__WXDEBUG__
73!endif
25a73439
VS
74!if "$(DEBUG_FLAG)" == "1"
75__DEBUG_DEFINE_p = -D__WXDEBUG__
76!endif
77!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
78__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
79!endif
80!if "$(DEBUG_FLAG)" == "1"
0706fb23
VS
81__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
82!endif
83!if "$(SHARED)" == "1"
84__DLLFLAG_p = -DWXUSINGDLL
85!endif
86!if "$(SHARED)" == "1"
87__DLLFLAG_p_1 = -dWXUSINGDLL
88!endif
25a73439
VS
89!if "$(USE_GUI)" == "1"
90__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
91!endif
92!if "$(USE_GUI)" == "1"
93__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
94!endif
95!if "$(USE_GUI)" == "1"
96__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
97!endif
250700e4
RD
98!if "$(BUILD)" == "debug"
99__OPTIMIZEFLAG_2 = -Od
100!endif
101!if "$(BUILD)" == "release"
102__OPTIMIZEFLAG_2 = -O2
103!endif
104!if "$(RUNTIME_LIBS)" == "dynamic"
105__RUNTIME_LIBS_6 = -tWR
106!endif
107!if "$(RUNTIME_LIBS)" == "static"
108__RUNTIME_LIBS_6 =
109!endif
110!if "$(RUNTIME_LIBS)" == "dynamic"
111__RUNTIME_LIBS_7 = i
112!endif
113!if "$(RUNTIME_LIBS)" == "static"
114__RUNTIME_LIBS_7 =
115!endif
0706fb23
VS
116!if "$(UNICODE)" == "1"
117__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
118!endif
119!if "$(UNICODE)" == "1"
120__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=1
121!endif
122!if "$(MONOLITHIC)" == "0"
123__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
124!endif
125!if "$(MONOLITHIC)" == "0"
250700e4
RD
126__WXLIB_CORE_p = \
127 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
0706fb23
VS
128!endif
129!if "$(MONOLITHIC)" == "1"
250700e4
RD
130__WXLIB_MONO_p = \
131 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
0706fb23
VS
132!endif
133!if "$(WXUNIV)" == "1"
134__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
135!endif
136!if "$(WXUNIV)" == "1"
137__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
138!endif
139
fd9f42b6
VS
140MAKEARGS = -DBUILD=$(BUILD) -DCFG=$(CFG) -DCPPFLAGS=$(CPPFLAGS) -DCXX=$(CXX) -DCXXFLAGS=$(CXXFLAGS) -DDEBUG_FLAG=$(DEBUG_FLAG) -DDEBUG_INFO=$(DEBUG_INFO) -DLDFLAGS=$(LDFLAGS) -DMONOLITHIC=$(MONOLITHIC) -DOFFICIAL_BUILD=$(OFFICIAL_BUILD) -DRUNTIME_LIBS=$(RUNTIME_LIBS) -DSHARED=$(SHARED) -DUNICODE=$(UNICODE) -DUSE_GUI=$(USE_GUI) -DWXUNIV=$(WXUNIV)
141
0706fb23
VS
142
143all: $(OBJS)
144$(OBJS):
145 -if not exist $(OBJS) mkdir $(OBJS)
146
147### Targets: ###
148
149all: $(OBJS)\arttest.exe
150
151$(OBJS)\arttest_artbrows.obj: .\artbrows.cpp
152 $(CXX) -q -c -P -o$@ $(ARTTEST_CXXFLAGS) $**
153
154$(OBJS)\arttest_arttest.obj: .\arttest.cpp
155 $(CXX) -q -c -P -o$@ $(ARTTEST_CXXFLAGS) $**
156
157$(OBJS)\arttest_arttest.res: .\arttest.rc
25a73439 158 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) $**
0706fb23 159
25a73439
VS
160$(OBJS)\arttest.exe: $(ARTTEST_OBJECTS) $(OBJS)\arttest_arttest.res
161 ilink32 -Tpe -q $(LDFLAGS) $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
162 c0w32.obj $(ARTTEST_OBJECTS),$@,, $(__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 import32.lib ole2w32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\arttest_arttest.res
0706fb23
VS
163|
164
165clean:
166 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
167 -if exist $(OBJS)\*.res del $(OBJS)\*.res
168 -if exist $(OBJS)\arttest.exe del $(OBJS)\arttest.exe