]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/gizmos/dynsash/makefile.bcc
continue setting scrollbars even if only width/height changes, not both of them ...
[wxWidgets.git] / contrib / samples / gizmos / dynsash / makefile.bcc
CommitLineData
2d611b5c
VS
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!ifndef BCCDIR
8BCCDIR = $(MAKEDIR)\..
9!endif
10
11!include ../../../../build/msw/config.bcc
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
23DYNSASH_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) $(__DEBUGINFO) \
24 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
25 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\..\include \
26 -I$(LIBDIRNAME) -I.\..\..\..\..\src\tiff -I.\..\..\..\..\src\jpeg \
27 -I.\..\..\..\..\src\png -I.\..\..\..\..\src\zlib -I.\..\..\..\..\src\regex \
28 -I.\..\..\..\..\src\expat\lib -I. $(__DLLFLAG_p) -I.\..\..\..\include \
29 $(CXXFLAGS)
30DYNSASH_OBJECTS = \
31 $(OBJS)\dynsash_dynsash.obj
32LIBDIRNAME = \
33 .\..\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
34OBJS = \
35 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
36
37### Conditionally set variables: ###
38
39!if "$(USE_GUI)" == "0"
40PORTNAME = base
41!endif
42!if "$(USE_GUI)" == "1"
43PORTNAME = msw
44!endif
45!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
46WXDEBUGFLAG = d
47!endif
48!if "$(DEBUG_FLAG)" == "1"
49WXDEBUGFLAG = d
50!endif
51!if "$(SHARED)" == "1"
52WXDLLFLAG = dll
53!endif
54!if "$(UNICODE)" == "1"
55WXUNICODEFLAG = u
56!endif
57!if "$(WXUNIV)" == "1"
58WXUNIVNAME = univ
59!endif
60!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
61__DEBUGINFO = -v
62!endif
63!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
64__DEBUGINFO = -v-
65!endif
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"
76__DEBUG_DEFINE_p = -D__WXDEBUG__
77!endif
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
84!if "$(SHARED)" == "1"
85__DLLFLAG_p = -DWXUSINGDLL
86!endif
87!if "$(SHARED)" == "1"
88__DLLFLAG_p_1 = -dWXUSINGDLL
89!endif
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
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
120!if "$(UNICODE)" == "1"
121__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=1
122!endif
123!if "$(MONOLITHIC)" == "0"
124__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
125!endif
126!if "$(MONOLITHIC)" == "0"
127__WXLIB_CORE_p = \
128 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
129!endif
130!if "$(MONOLITHIC)" == "0"
131__WXLIB_HTML_p = \
132 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_html.lib
133!endif
134!if "$(MONOLITHIC)" == "1"
135__WXLIB_MONO_p = \
136 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
137!endif
138!if "$(WXUNIV)" == "1"
139__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
140!endif
141!if "$(WXUNIV)" == "1"
142__WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
143!endif
144
145MAKEARGS = -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)
146
147
148all: $(OBJS)
149$(OBJS):
150 -if not exist $(OBJS) mkdir $(OBJS)
151
152### Targets: ###
153
154all: $(OBJS)\dynsash.exe
155
156$(OBJS)\dynsash_dynsash.obj: .\dynsash.cpp
157 $(CXX) -q -c -P -o$@ $(DYNSASH_CXXFLAGS) $**
158
159$(OBJS)\dynsash_sample.res: .\..\..\..\..\samples\sample.rc
160 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) $**
161
162clean:
163 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
164 -if exist $(OBJS)\*.res del $(OBJS)\*.res
165 -if exist $(OBJS)\dynsash.exe del $(OBJS)\dynsash.exe
166
167$(OBJS)\dynsash.exe: $(DYNSASH_OBJECTS) $(OBJS)\dynsash_sample.res
168 ilink32 -Tpe -q $(LDFLAGS) $(__DEBUGINFO) -L$(LIBDIRNAME) -aa @&&|
169 c0w32.obj $(DYNSASH_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_gizmos.lib $(__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$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib import32.lib ole2w32.lib cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\dynsash_sample.res
170|