change MSW libs directories so that libraries are shared by builds
[wxWidgets.git] / samples / opengl / penguin / 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 PENGUIN_CFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) $(__DEBUGINFO) \
26         $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
27         $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
28         -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples $(CFLAGS)
29 PENGUIN_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) $(__DEBUGINFO) \
30         $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
31         $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
32         -I$(SETUPHDIR) -I. $(__DLLFLAG_p) -I.\..\..\..\samples $(CXXFLAGS)
33 PENGUIN_OBJECTS =  \
34         $(OBJS)\penguin_penguin.obj \
35         $(OBJS)\penguin_lw.obj \
36         $(OBJS)\penguin_trackball.obj
37 SETUPHDIR = \
38         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
39
40 ### Conditionally set variables: ###
41
42 !if "$(SHARED)" == "0"
43 LIBDIRNAME = .\..\..\..\lib\bcc_lib$(CFG)
44 !endif
45 !if "$(SHARED)" == "1"
46 LIBDIRNAME = .\..\..\..\lib\bcc_dll$(CFG)
47 !endif
48 !if "$(USE_GUI)" == "0"
49 PORTNAME = base
50 !endif
51 !if "$(USE_GUI)" == "1"
52 PORTNAME = msw
53 !endif
54 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
55 WXDEBUGFLAG = d
56 !endif
57 !if "$(DEBUG_FLAG)" == "1"
58 WXDEBUGFLAG = d
59 !endif
60 !if "$(SHARED)" == "1"
61 WXDLLFLAG = dll
62 !endif
63 !if "$(UNICODE)" == "1"
64 WXUNICODEFLAG = u
65 !endif
66 !if "$(WXUNIV)" == "1"
67 WXUNIVNAME = univ
68 !endif
69 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
70 __DEBUGINFO = -v
71 !endif
72 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
73 __DEBUGINFO = -v-
74 !endif
75 !if "$(DEBUG_INFO)" == "0"
76 __DEBUGINFO = -v-
77 !endif
78 !if "$(DEBUG_INFO)" == "1"
79 __DEBUGINFO = -v
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 "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
88 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
89 !endif
90 !if "$(DEBUG_FLAG)" == "1"
91 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
92 !endif
93 !if "$(SHARED)" == "1"
94 __DLLFLAG_p = -DWXUSINGDLL
95 !endif
96 !if "$(SHARED)" == "1"
97 __DLLFLAG_p_1 = -dWXUSINGDLL
98 !endif
99 !if "$(USE_GUI)" == "1"
100 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
101 !endif
102 !if "$(USE_GUI)" == "1"
103 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
104 !endif
105 !if "$(USE_GUI)" == "1"
106 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
107 !endif
108 !if "$(BUILD)" == "debug"
109 __OPTIMIZEFLAG_2 = -Od
110 !endif
111 !if "$(BUILD)" == "release"
112 __OPTIMIZEFLAG_2 = -O2
113 !endif
114 !if "$(RUNTIME_LIBS)" == "dynamic"
115 __RUNTIME_LIBS_6 = -tWR
116 !endif
117 !if "$(RUNTIME_LIBS)" == "static"
118 __RUNTIME_LIBS_6 = 
119 !endif
120 !if "$(RUNTIME_LIBS)" == "dynamic"
121 __RUNTIME_LIBS_7 = i
122 !endif
123 !if "$(RUNTIME_LIBS)" == "static"
124 __RUNTIME_LIBS_7 = 
125 !endif
126 !if "$(UNICODE)" == "1"
127 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
128 !endif
129 !if "$(UNICODE)" == "1"
130 __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=1
131 !endif
132 !if "$(MSLU)" == "1"
133 __UNICOWS_LIB_p = unicows.lib
134 !endif
135 !if "$(MONOLITHIC)" == "0"
136 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
137 !endif
138 !if "$(MONOLITHIC)" == "0"
139 __WXLIB_CORE_p = \
140         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
141 !endif
142 !if "$(MONOLITHIC)" == "1"
143 __WXLIB_MONO_p = \
144         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
145 !endif
146 !if "$(WXUNIV)" == "1"
147 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
148 !endif
149 !if "$(WXUNIV)" == "1"
150 __WXUNIV_DEFINE_p_1 = -d__WXUNIVERSAL__
151 !endif
152
153
154 all: $(OBJS)
155 $(OBJS):
156         -if not exist $(OBJS) mkdir $(OBJS)
157
158 ### Targets: ###
159
160 all: $(OBJS)\penguin.exe data
161
162 $(OBJS)\penguin_lw.obj: .\lw.cpp
163         $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) $**
164
165 $(OBJS)\penguin_penguin.obj: .\penguin.cpp
166         $(CXX) -q -c -P -o$@ $(PENGUIN_CXXFLAGS) $**
167
168 $(OBJS)\penguin_penguin.res: .\penguin.rc
169         brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\..\samples $**
170
171 $(OBJS)\penguin_trackball.obj: .\trackball.c
172         $(CC) -q -c -P- -o$@ $(PENGUIN_CFLAGS) $**
173
174 clean: 
175         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
176         -if exist $(OBJS)\*.res del $(OBJS)\*.res
177         -if exist $(OBJS)\penguin.exe del $(OBJS)\penguin.exe
178
179 data: 
180         if not exist $(OBJS) mkdir $(OBJS)
181         for %f in (penguin.lwo) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
182
183 $(OBJS)\penguin.exe: $(PENGUIN_OBJECTS)  $(OBJS)\penguin_penguin.res
184         ilink32 -Tpe -q $(LDFLAGS) $(__DEBUGINFO)  -L$(LIBDIRNAME) -aa @&&|
185         c0w32.obj $(PENGUIN_OBJECTS),$@,, wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_gl.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  $(__UNICOWS_LIB_p) import32.lib ole2w32.lib  cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\penguin_penguin.res
186 |