]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/svg/makefile.bcc
fixed weird error
[wxWidgets.git] / contrib / samples / svg / 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/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 LIBDIRNAME = \
24 .\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
25 OBJS = \
26 bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
27 SVGTEST_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)
33 SVGTEST_OBJECTS = \
34 $(OBJS)\svgtest_svgtest.obj
35
36 ### Conditionally set variables: ###
37
38 !if "$(USE_GUI)" == "0"
39 PORTNAME = base
40 !endif
41 !if "$(USE_GUI)" == "1"
42 PORTNAME = msw
43 !endif
44 !if "$(BUILD)" == "debug"
45 WXDEBUGFLAG = d
46 !endif
47 !if "$(SHARED)" == "1"
48 WXDLLFLAG = dll
49 !endif
50 !if "$(UNICODE)" == "1"
51 WXUNICODEFLAG = u
52 !endif
53 !if "$(WXUNIV)" == "1"
54 WXUNIVNAME = 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
114 all: $(OBJS)
115 $(OBJS):
116 -if not exist $(OBJS) mkdir $(OBJS)
117
118 ### Targets: ###
119
120 all: $(OBJS)\svgtest.exe
121
122 $(OBJS)\svgtest_svgtest.obj: .\svgtest.cpp
123 $(CXX) -q -c -P -o$@ $(SVGTEST_CXXFLAGS) $**
124
125 clean:
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 |