Updated makefiles etc. for 2.5.1
[wxWidgets.git] / utils / wxrc / makefile.bcc
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
8 BCCDIR = $(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
23 OBJS = \
24         bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
25 SETUPHDIR = \
26         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
27 WXRC_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include \
28         $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
29         $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
30         -I$(SETUPHDIR) -I. $(__DLLFLAG_p) $(CXXFLAGS)
31 WXRC_OBJECTS =  \
32         $(OBJS)\wxrc_wxrc.obj
33
34 ### Conditionally set variables: ###
35
36 !if "$(SHARED)" == "0"
37 LIBDIRNAME = .\..\..\..\lib\bcc_lib$(CFG)
38 !endif
39 !if "$(SHARED)" == "1"
40 LIBDIRNAME = .\..\..\..\lib\bcc_dll$(CFG)
41 !endif
42 !if "$(USE_GUI)" == "0"
43 PORTNAME = base
44 !endif
45 !if "$(USE_GUI)" == "1"
46 PORTNAME = msw
47 !endif
48 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49 WXDEBUGFLAG = d
50 !endif
51 !if "$(DEBUG_FLAG)" == "1"
52 WXDEBUGFLAG = d
53 !endif
54 !if "$(SHARED)" == "1"
55 WXDLLFLAG = dll
56 !endif
57 !if "$(UNICODE)" == "1"
58 WXUNICODEFLAG = u
59 !endif
60 !if "$(WXUNIV)" == "1"
61 WXUNIVNAME = univ
62 !endif
63 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
64 __DEBUGINFO = -v
65 !endif
66 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
67 __DEBUGINFO = -v-
68 !endif
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"
79 __DEBUG_DEFINE_p = -D__WXDEBUG__
80 !endif
81 !if "$(SHARED)" == "1"
82 __DLLFLAG_p = -DWXUSINGDLL
83 !endif
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
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"
112 __UNICODE_DEFINE_p = -D_UNICODE
113 !endif
114 !if "$(MSLU)" == "1"
115 __UNICOWS_LIB_p = unicows.lib
116 !endif
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
132 all: $(OBJS)
133 $(OBJS):
134         -if not exist $(OBJS) mkdir $(OBJS)
135
136 ### Targets: ###
137
138 all: $(OBJS)\wxrc.exe
139
140 $(OBJS)\wxrc_wxrc.obj: .\wxrc.cpp
141         $(CXX) -q -c -P -o$@ $(WXRC_CXXFLAGS) $**
142
143 clean: 
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
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
152
153 $(OBJS)\wxrc.exe: $(WXRC_OBJECTS)
154         ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO)  -L$(LIBDIRNAME) -ap @&&|
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,,
156 |