]> git.saurik.com Git - wxWidgets.git/blame - samples/dialogs/makefile.bcc
wxNullBrush should not be Ok(), and GetNSColor() should return clearColor.
[wxWidgets.git] / samples / dialogs / makefile.bcc
CommitLineData
6f628073
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# =========================================================================
62448488 6
0706fb23
VS
7!ifndef BCCDIR
8BCCDIR = $(MAKEDIR)\..
9!endif
6f628073
VS
10
11# -------------------------------------------------------------------------
12# These are configurable options:
13# -------------------------------------------------------------------------
14
15# Type of compiled binaries [debug,release]
16!ifndef BUILD
17BUILD = release
18!endif
19# Name of your custom configuration. This affects directory
20# where object files are stored as well as the location of
21# compiled .lib files and setup.h under the lib/ toplevel directory.
22!ifndef CFG
23CFG =
24!endif
25# Standard preprocessor flags (common for CC and CXX)
26!ifndef CPPFLAGS
0706fb23 27CPPFLAGS = -a4 -g0 -I$(BCCDIR)\include
6f628073
VS
28!endif
29# C++ compiler
30!ifndef CXX
31CXX = bcc32
32!endif
33# Standard flags for C++
34!ifndef CXXFLAGS
35CXXFLAGS =
36!endif
37# Standard linker flags
38!ifndef LDFLAGS
39LDFLAGS =
40!endif
41# Multiple libraries or single huge monolithic one? [0,1]
42!ifndef MONOLITHIC
43MONOLITHIC = 1
44!endif
45# Is this official build by wxWindows developers? [0,1]
46!ifndef OFFICIAL_BUILD
47OFFICIAL_BUILD = 0
48!endif
49# What type of library to build? [0,1]
50!ifndef SHARED
51SHARED = 1
52!endif
53# Compile Unicode build of wxWindows? [0,1]
54!ifndef UNICODE
55UNICODE = 0
56!endif
57# Build GUI libraries? [0,1]
58!ifndef USE_GUI
59USE_GUI = 1
60!endif
61# Build wxUniversal instead of native port? [0,1]
62!ifndef WXUNIV
63WXUNIV = 0
64!endif
65
66# -------------------------------------------------------------------------
67# Do not modify the rest of this file!
68# -------------------------------------------------------------------------
69
6f628073
VS
70!if "$(BCCDIR)" == "\.."
71!error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
72!endif
73
74### Variables: ###
75
0706fb23 76OBJS = bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
ee5749a6 77DIALOGS_CXXFLAGS = $(CPPFLAGS) $(__DEBUGFLAG) $(__OPTIMIZEFLAG_2) -D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I.\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) -I.\..\..\src\tiff -I.\..\..\src\jpeg -I.\..\..\src\png -I.\..\..\src\zlib -I.\..\..\src\regex -I. $(__DLLFLAG_p) $(CXXFLAGS)
6f628073
VS
78
79### Conditionally set variables: ###
80
81!if "$(USE_GUI)" == "0"
82PORTNAME = base
62448488 83!endif
6f628073
VS
84!if "$(USE_GUI)" == "1"
85PORTNAME = msw
86!endif
87!if "$(BUILD)" == "debug"
88WXDEBUGFLAG = d
89!endif
90!if "$(SHARED)" == "1"
91WXDLLFLAG = dll
92!endif
93!if "$(UNICODE)" == "1"
94WXUNICODEFLAG = u
95!endif
96!if "$(WXUNIV)" == "1"
97WXUNIVNAME = univ
98!endif
99!if "$(BUILD)" == "debug"
ee5749a6
VS
100__DEBUGFLAG = -v
101!endif
102!if "$(BUILD)" == "release"
103__DEBUGFLAG = -v-
104!endif
105!if "$(BUILD)" == "debug"
6f628073
VS
106__DEBUG_DEFINE_p = -D__WXDEBUG__
107!endif
108!if "$(BUILD)" == "debug"
109__DEBUG_DEFINE_p_1 = -d__WXDEBUG__
110!endif
111!if "$(SHARED)" == "1"
112__DLLFLAG_p = -DWXUSINGDLL
113!endif
114!if "$(SHARED)" == "1"
115__DLLFLAG_p_1 = -dWXUSINGDLL
116!endif
ee5749a6
VS
117!if "$(BUILD)" == "debug"
118__OPTIMIZEFLAG_2 = -Od
119!endif
120!if "$(BUILD)" == "release"
121__OPTIMIZEFLAG_2 = -O2
122!endif
6f628073
VS
123!if "$(UNICODE)" == "1"
124__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
125!endif
126!if "$(UNICODE)" == "1"
127__UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=1
128!endif
129!if "$(MONOLITHIC)" == "0"
0706fb23
VS
130__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
131!endif
132!if "$(MONOLITHIC)" == "0"
6f628073
VS
133__WXLIB_CORE_p = wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
134!endif
135!if "$(MONOLITHIC)" == "1"
136__WXLIB_MONO_p = 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
145
146all: $(OBJS)
147$(OBJS):
148 -if not exist $(OBJS) mkdir $(OBJS)
149
150### Targets: ###
151
152all: $(OBJS)\dialogs.exe data
153
154$(OBJS)\dialogs_dialogs.obj: .\dialogs.cpp
0706fb23 155 $(CXX) -q -c -P -o$@ $(DIALOGS_CXXFLAGS) $**
6f628073
VS
156
157$(OBJS)\dialogs_dialogs.res: .\dialogs.rc
ee5749a6 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.\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) -i.\..\..\src\tiff -i.\..\..\src\jpeg -i.\..\..\src\png -i.\..\..\src\zlib -i.\..\..\src\regex -i. $(__DLLFLAG_p_1) $**
6f628073
VS
159
160clean:
161 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
162 -if exist $(OBJS)\*.res del $(OBJS)\*.res
163 -if exist $(OBJS)\dialogs.exe del $(OBJS)\dialogs.exe
62448488 164
6f628073 165data:
0706fb23
VS
166 if not exist $(OBJS) mkdir $(OBJS)
167 for %f in (tips.txt) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
62448488 168
6f628073 169$(OBJS)\dialogs.exe: $(OBJS)\dialogs_dialogs.obj $(OBJS)\dialogs_dialogs.res
ee5749a6
VS
170 ilink32 -Tpe $(LDFLAGS) $(__DEBUGFLAG) -tWM -L.\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) -aa @&&|
171 c0w32.obj $(OBJS)\dialogs_dialogs.obj,$@,, $(__WXLIB_MONO_p) $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) wxtiff$(WXDEBUGFLAG).lib wxjpeg$(WXDEBUGFLAG).lib wxpng$(WXDEBUGFLAG).lib wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib import32.lib ole2w32.lib cw32mti.lib,, $(OBJS)\dialogs_dialogs.res
6f628073 172|
62448488 173
6f628073 174install: all
62448488 175
6f628073 176uninstall: