]> git.saurik.com Git - wxWidgets.git/blame - contrib/utils/wxrc/makefile.bcc
removing old makefiles
[wxWidgets.git] / contrib / 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
3f55f5b8
VS
23LIBDIRNAME = \
24 .\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
cecc483e
VS
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
3f55f5b8 27WXRC_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) $(__DEBUGINFO) \
cecc483e
VS
28 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
29 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
3f55f5b8
VS
30 -I$(LIBDIRNAME) -I.\..\..\..\src\tiff -I.\..\..\..\src\jpeg \
31 -I.\..\..\..\src\png -I.\..\..\..\src\zlib -I.\..\..\..\src\regex \
32 -I.\..\..\..\src\expat\lib -I. $(__DLLFLAG_p) $(CXXFLAGS)
33WXRC_OBJECTS = \
34 $(OBJS)\wxrc_wxrc.obj
cecc483e
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
3f55f5b8
VS
44!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
45WXDEBUGFLAG = d
46!endif
47!if "$(DEBUG_FLAG)" == "1"
cecc483e
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
3f55f5b8
VS
59!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
60__DEBUGINFO = -v
cecc483e 61!endif
3f55f5b8
VS
62!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
63__DEBUGINFO = -v-
cecc483e 64!endif
3f55f5b8
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"
72__DEBUG_DEFINE_p = -D__WXDEBUG__
73!endif
74!if "$(DEBUG_FLAG)" == "1"
cecc483e
VS
75__DEBUG_DEFINE_p = -D__WXDEBUG__
76!endif
77!if "$(SHARED)" == "1"
78__DLLFLAG_p = -DWXUSINGDLL
79!endif
3f55f5b8
VS
80!if "$(USE_GUI)" == "1"
81__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
82!endif
83!if "$(USE_GUI)" == "1"
84__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
85!endif
86!if "$(USE_GUI)" == "1"
87__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
88!endif
cecc483e
VS
89!if "$(BUILD)" == "debug"
90__OPTIMIZEFLAG_2 = -Od
91!endif
92!if "$(BUILD)" == "release"
93__OPTIMIZEFLAG_2 = -O2
94!endif
95!if "$(RUNTIME_LIBS)" == "dynamic"
96__RUNTIME_LIBS_6 = -tWR
97!endif
98!if "$(RUNTIME_LIBS)" == "static"
99__RUNTIME_LIBS_6 =
100!endif
101!if "$(RUNTIME_LIBS)" == "dynamic"
102__RUNTIME_LIBS_7 = i
103!endif
104!if "$(RUNTIME_LIBS)" == "static"
105__RUNTIME_LIBS_7 =
106!endif
107!if "$(UNICODE)" == "1"
108__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
109!endif
2265a2d5
VS
110!if "$(MSLU)" == "1"
111__UNICOWS_LIB_p = unicows.lib
112!endif
cecc483e
VS
113!if "$(MONOLITHIC)" == "0"
114__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
115!endif
116!if "$(MONOLITHIC)" == "1"
117__WXLIB_MONO_p = \
118 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
119!endif
120!if "$(MONOLITHIC)" == "0"
121__WXLIB_XML_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_xml.lib
122!endif
123!if "$(WXUNIV)" == "1"
124__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
125!endif
126
127
128all: $(OBJS)
129$(OBJS):
130 -if not exist $(OBJS) mkdir $(OBJS)
131
132### Targets: ###
133
134all: $(OBJS)\wxrc.exe
135
136$(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
137 $(CXX) -q -c -P -o$@ $(WXRC_CXXFLAGS) $**
138
139clean:
140 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
141 -if exist $(OBJS)\*.res del $(OBJS)\*.res
142 -if exist $(OBJS)\wxrc.exe del $(OBJS)\wxrc.exe
143
3f55f5b8
VS
144$(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
145 ilink32 -Tpe -q $(LDFLAGS) $(__DEBUGINFO) -L$(LIBDIRNAME) -ap @&&|
2265a2d5 146 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) import32.lib ole2w32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
cecc483e 147|