]> git.saurik.com Git - wxWidgets.git/blame - samples/svg/makefile.bcc
fixed weird error
[wxWidgets.git] / samples / svg / makefile.bcc
CommitLineData
0ca4ab85
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
11!include ../../../build/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
23LIBDIRNAME = \
24 .\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
25OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27SVGTEST_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) $(__DEBUGFLAG) \
28 $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
29 $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
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) -I.\..\..\include $(CXXFLAGS)
33SVGTEST_OBJECTS = \
34 $(OBJS)\svgtest_svgtest.obj
35
36### Conditionally set variables: ###
37
38!if "$(USE_GUI)" == "0"
39PORTNAME = base
40!endif
41!if "$(USE_GUI)" == "1"
42PORTNAME = msw
43!endif
44!if "$(BUILD)" == "debug"
45WXDEBUGFLAG = d
46!endif
47!if "$(SHARED)" == "1"
48WXDLLFLAG = dll
49!endif
50!if "$(UNICODE)" == "1"
51WXUNICODEFLAG = u
52!endif
53!if "$(WXUNIV)" == "1"
54WXUNIVNAME = univ
55!endif
56!if "$(BUILD)" == "debug"
57__DEBUGFLAG = -v
58!endif
59!if "$(BUILD)" == "release"
60__DEBUGFLAG = -v-
61!endif
62!if "$(BUILD)" == "debug"
63__DEBUG_DEFINE_p = -D__WXDEBUG__
64!endif
65!if "$(SHARED)" == "1"
66__DLLFLAG_p = -DWXUSINGDLL
67!endif
68!if "$(USE_GUI)" == "1"
69__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
70!endif
71!if "$(USE_GUI)" == "1"
72__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
73!endif
74!if "$(USE_GUI)" == "1"
75__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
76!endif
77!if "$(BUILD)" == "debug"
78__OPTIMIZEFLAG_2 = -Od
79!endif
80!if "$(BUILD)" == "release"
81__OPTIMIZEFLAG_2 = -O2
82!endif
83!if "$(RUNTIME_LIBS)" == "dynamic"
84__RUNTIME_LIBS_6 = -tWR
85!endif
86!if "$(RUNTIME_LIBS)" == "static"
87__RUNTIME_LIBS_6 =
88!endif
89!if "$(RUNTIME_LIBS)" == "dynamic"
90__RUNTIME_LIBS_7 = i
91!endif
92!if "$(RUNTIME_LIBS)" == "static"
93__RUNTIME_LIBS_7 =
94!endif
95!if "$(UNICODE)" == "1"
96__UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
97!endif
98!if "$(MONOLITHIC)" == "0"
99__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
100!endif
101!if "$(MONOLITHIC)" == "0"
102__WXLIB_CORE_p = \
103 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
104!endif
105!if "$(MONOLITHIC)" == "1"
106__WXLIB_MONO_p = \
107 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
108!endif
109!if "$(WXUNIV)" == "1"
110__WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
111!endif
112
113
114all: $(OBJS)
115$(OBJS):
116 -if not exist $(OBJS) mkdir $(OBJS)
117
118### Targets: ###
119
120all: $(OBJS)\svgtest.exe
121
122$(OBJS)\svgtest_svgtest.obj: .\svgtest.cpp
123 $(CXX) -q -c -P -o$@ $(SVGTEST_CXXFLAGS) $**
124
125clean:
126 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
127 -if exist $(OBJS)\*.res del $(OBJS)\*.res
128 -if exist $(OBJS)\svgtest.exe del $(OBJS)\svgtest.exe
129
130$(OBJS)\svgtest.exe: $(SVGTEST_OBJECTS)
131 ilink32 -Tpe -q $(LDFLAGS) $(__DEBUGFLAG) -L$(LIBDIRNAME) -aa @&&|
132 c0w32.obj $(SVGTEST_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_svg.lib $(__WXLIB_CORE_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 import32.lib ole2w32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
133|