]> git.saurik.com Git - wxWidgets.git/blame - utils/wxrc/makefile.bcc
removed mark #pragmas
[wxWidgets.git] / utils / wxrc / makefile.bcc
CommitLineData
cecc483e
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
fd9f42b6 11!include ../../../build/msw/config.bcc
cecc483e
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
23OBJS = \
24 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
75a0a7b7
VS
25SETUPHDIR = \
26 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
1c3a6972
VS
27WXRC_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include \
28 $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
cecc483e 29 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
75a0a7b7 30 -I$(SETUPHDIR) -I. $(__DLLFLAG_p) $(CXXFLAGS)
3f55f5b8
VS
31WXRC_OBJECTS = \
32 $(OBJS)\wxrc_wxrc.obj
cecc483e
VS
33
34### Conditionally set variables: ###
35
75a0a7b7
VS
36!if "$(SHARED)" == "0"
37LIBDIRNAME = .\..\..\..\lib\bcc_lib$(CFG)
38!endif
39!if "$(SHARED)" == "1"
40LIBDIRNAME = .\..\..\..\lib\bcc_dll$(CFG)
41!endif
cecc483e
VS
42!if "$(USE_GUI)" == "0"
43PORTNAME = base
44!endif
45!if "$(USE_GUI)" == "1"
46PORTNAME = msw
47!endif
3f55f5b8
VS
48!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49WXDEBUGFLAG = d
50!endif
51!if "$(DEBUG_FLAG)" == "1"
cecc483e
VS
52WXDEBUGFLAG = d
53!endif
54!if "$(SHARED)" == "1"
55WXDLLFLAG = dll
56!endif
57!if "$(UNICODE)" == "1"
58WXUNICODEFLAG = u
59!endif
60!if "$(WXUNIV)" == "1"
61WXUNIVNAME = univ
62!endif
3f55f5b8
VS
63!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
64__DEBUGINFO = -v
cecc483e 65!endif
3f55f5b8
VS
66!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
67__DEBUGINFO = -v-
cecc483e 68!endif
3f55f5b8
VS
69!if "$(DEBUG_INFO)" == "0"
70__DEBUGINFO = -v-
71!endif
72!if "$(DEBUG_INFO)" == "1"
73__DEBUGINFO = -v
74!endif
75!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
76__DEBUG_DEFINE_p = -D__WXDEBUG__
77!endif
78!if "$(DEBUG_FLAG)" == "1"
cecc483e
VS
79__DEBUG_DEFINE_p = -D__WXDEBUG__
80!endif
81!if "$(SHARED)" == "1"
82__DLLFLAG_p = -DWXUSINGDLL
83!endif
3f55f5b8
VS
84!if "$(USE_GUI)" == "1"
85__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
86!endif
87!if "$(USE_GUI)" == "1"
88__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
89!endif
90!if "$(USE_GUI)" == "1"
91__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
92!endif
cecc483e
VS
93!if "$(BUILD)" == "debug"
94__OPTIMIZEFLAG_2 = -Od
95!endif
96!if "$(BUILD)" == "release"
97__OPTIMIZEFLAG_2 = -O2
98!endif
99!if "$(RUNTIME_LIBS)" == "dynamic"
100__RUNTIME_LIBS_6 = -tWR
101!endif
102!if "$(RUNTIME_LIBS)" == "static"
103__RUNTIME_LIBS_6 =
104!endif
105!if "$(RUNTIME_LIBS)" == "dynamic"
106__RUNTIME_LIBS_7 = i
107!endif
108!if "$(RUNTIME_LIBS)" == "static"
109__RUNTIME_LIBS_7 =
110!endif
111!if "$(UNICODE)" == "1"
ec08d395 112__UNICODE_DEFINE_p = -D_UNICODE
cecc483e 113!endif
2265a2d5
VS
114!if "$(MSLU)" == "1"
115__UNICOWS_LIB_p = unicows.lib
116!endif
cecc483e
VS
117!if "$(MONOLITHIC)" == "0"
118__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
119!endif
120!if "$(MONOLITHIC)" == "1"
121__WXLIB_MONO_p = \
122 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
123!endif
124!if "$(MONOLITHIC)" == "0"
125__WXLIB_XML_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_xml.lib
126!endif
127!if "$(WXUNIV)" == "1"
128__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
129!endif
130
131
132all: $(OBJS)
133$(OBJS):
134 -if not exist $(OBJS) mkdir $(OBJS)
135
136### Targets: ###
137
138all: $(OBJS)\wxrc.exe
139
140$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
141 $(CXX) -q -c -P -o$@ $(WXRC_CXXFLAGS) $**
142
143clean:
144 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
145 -if exist $(OBJS)\*.res del $(OBJS)\*.res
146 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
ec08d395
JS
147 -if exist $(OBJS)\wxrc.tds del $(OBJS)\wxrc.tds
148 -if exist $(OBJS)\wxrc.ilc del $(OBJS)\wxrc.ilc
149 -if exist $(OBJS)\wxrc.ild del $(OBJS)\wxrc.ild
150 -if exist $(OBJS)\wxrc.ilf del $(OBJS)\wxrc.ilf
151 -if exist $(OBJS)\wxrc.ils del $(OBJS)\wxrc.ils
cecc483e 152
3f55f5b8 153$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
1c3a6972 154 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
ec08d395 155 c0x32.obj $(WXRC_OBJECTS),$@,, $(__WXLIB_XML_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) ole2w32.lib oleacc.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
cecc483e 156|