]> git.saurik.com Git - wxWidgets.git/blob - tests/makefile.bcc
compilation fix
[wxWidgets.git] / tests / makefile.bcc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.3 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 .autodepend
8
9 !ifndef BCCDIR
10 !ifndef MAKEDIR
11 !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4
12 !endif
13 BCCDIR = $(MAKEDIR)\..
14 !endif
15
16 !include ../build/msw/config.bcc
17
18 # -------------------------------------------------------------------------
19 # Do not modify the rest of this file!
20 # -------------------------------------------------------------------------
21
22 ### Variables: ###
23
24 OBJS = \
25 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
26 SETUPHDIR = \
27 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
28 TEST_CXXFLAGS = $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include $(__DEBUGINFO) \
29 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
30 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\include -I$(SETUPHDIR) -I. \
31 $(__DLLFLAG_p) $(CPPUNIT_CFLAGS) $(CPPFLAGS) $(CXXFLAGS)
32 TEST_OBJECTS = \
33 $(OBJS)\test_test.obj \
34 $(OBJS)\test_main.obj \
35 $(OBJS)\test_regex.obj
36
37 ### Conditionally set variables: ###
38
39 !if "$(USE_GUI)" == "0"
40 PORTNAME = base
41 !endif
42 !if "$(USE_GUI)" == "1"
43 PORTNAME = msw
44 !endif
45 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
46 WXDEBUGFLAG = d
47 !endif
48 !if "$(DEBUG_FLAG)" == "1"
49 WXDEBUGFLAG = d
50 !endif
51 !if "$(UNICODE)" == "1"
52 WXUNICODEFLAG = u
53 !endif
54 !if "$(WXUNIV)" == "1"
55 WXUNIVNAME = univ
56 !endif
57 !if "$(SHARED)" == "1"
58 WXDLLFLAG = dll
59 !endif
60 !if "$(BUILD)" == "debug"
61 __OPTIMIZEFLAG_2 = -Od
62 !endif
63 !if "$(BUILD)" == "release"
64 __OPTIMIZEFLAG_2 = -O2
65 !endif
66 !if "$(RUNTIME_LIBS)" == "dynamic"
67 __RUNTIME_LIBS_6 = -tWR
68 !endif
69 !if "$(RUNTIME_LIBS)" == "static"
70 __RUNTIME_LIBS_6 =
71 !endif
72 !if "$(RUNTIME_LIBS)" == "dynamic"
73 __RUNTIME_LIBS_7 = i
74 !endif
75 !if "$(RUNTIME_LIBS)" == "static"
76 __RUNTIME_LIBS_7 =
77 !endif
78 !if "$(WXUNIV)" == "1"
79 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
80 !endif
81 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
82 __DEBUG_DEFINE_p = -D__WXDEBUG__
83 !endif
84 !if "$(DEBUG_FLAG)" == "1"
85 __DEBUG_DEFINE_p = -D__WXDEBUG__
86 !endif
87 !if "$(UNICODE)" == "1"
88 __UNICODE_DEFINE_p = -D_UNICODE
89 !endif
90 !if "$(SHARED)" == "1"
91 __DLLFLAG_p = -DWXUSINGDLL
92 !endif
93 !if "$(MONOLITHIC)" == "0"
94 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
95 !endif
96 !if "$(MONOLITHIC)" == "1"
97 __WXLIB_MONO_p = \
98 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
99 !endif
100 !if "$(USE_GUI)" == "1"
101 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
102 !endif
103 !if "$(USE_GUI)" == "1"
104 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
105 !endif
106 !if "$(USE_GUI)" == "1"
107 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
108 !endif
109 !if "$(MSLU)" == "1"
110 __UNICOWS_LIB_p = unicows.lib
111 !endif
112 !if "$(SHARED)" == "0"
113 LIBDIRNAME = .\..\lib\bcc_lib$(CFG)
114 !endif
115 !if "$(SHARED)" == "1"
116 LIBDIRNAME = .\..\lib\bcc_dll$(CFG)
117 !endif
118 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
119 __DEBUGINFO = -v
120 !endif
121 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
122 __DEBUGINFO = -v-
123 !endif
124 !if "$(DEBUG_INFO)" == "0"
125 __DEBUGINFO = -v-
126 !endif
127 !if "$(DEBUG_INFO)" == "1"
128 __DEBUGINFO = -v
129 !endif
130
131
132 all: $(OBJS)
133 $(OBJS):
134 -if not exist $(OBJS) mkdir $(OBJS)
135
136 ### Targets: ###
137
138 all: $(OBJS)\test.exe
139
140 clean:
141 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
142 -if exist $(OBJS)\*.res del $(OBJS)\*.res
143 -if exist $(OBJS)\test.exe del $(OBJS)\test.exe
144 -if exist $(OBJS)\test.tds del $(OBJS)\test.tds
145 -if exist $(OBJS)\test.ilc del $(OBJS)\test.ilc
146 -if exist $(OBJS)\test.ild del $(OBJS)\test.ild
147 -if exist $(OBJS)\test.ilf del $(OBJS)\test.ilf
148 -if exist $(OBJS)\test.ils del $(OBJS)\test.ils
149
150 $(OBJS)\test.exe: $(TEST_OBJECTS)
151 ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib -L$(BCCDIR)\lib\psdk $(__DEBUGINFO) -L$(LIBDIRNAME) -ap $(CPPUNIT_LIBS) @&&|
152 c0x32.obj $(TEST_OBJECTS),$@,, $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) ole2w32.lib oleacc.lib odbc32.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
153 |
154
155 $(OBJS)\test_test.obj: .\test.cpp
156 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
157
158 $(OBJS)\test_main.obj: .\mbconv\main.cpp
159 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
160
161 $(OBJS)\test_regex.obj: .\regex\regex.cpp
162 $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**