1. use three numbers version in win32 DLLs on unstable branch
[wxWidgets.git] / samples / opengl / cube / 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 CUBE_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) $(__DEBUGFLAG) \
24         $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
25         $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\..\include \
26         -I.\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) \
27         -I.\..\..\..\src\tiff -I.\..\..\..\src\jpeg -I.\..\..\..\src\png \
28         -I.\..\..\..\src\zlib -I.\..\..\..\src\regex -I.\..\..\..\src\expat\lib -I. \
29         $(__DLLFLAG_p) $(CXXFLAGS)
30 OBJS = \
31         bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
32
33 ### Conditionally set variables: ###
34
35 !if "$(USE_GUI)" == "0"
36 PORTNAME = base
37 !endif
38 !if "$(USE_GUI)" == "1"
39 PORTNAME = msw
40 !endif
41 !if "$(BUILD)" == "debug"
42 WXDEBUGFLAG = d
43 !endif
44 !if "$(SHARED)" == "1"
45 WXDLLFLAG = dll
46 !endif
47 !if "$(UNICODE)" == "1"
48 WXUNICODEFLAG = u
49 !endif
50 !if "$(WXUNIV)" == "1"
51 WXUNIVNAME = univ
52 !endif
53 !if "$(BUILD)" == "debug"
54 __DEBUGFLAG = -v
55 !endif
56 !if "$(BUILD)" == "release"
57 __DEBUGFLAG = -v-
58 !endif
59 !if "$(BUILD)" == "debug"
60 __DEBUG_DEFINE_p = -D__WXDEBUG__
61 !endif
62 !if "$(BUILD)" == "debug"
63 __DEBUG_DEFINE_p_1 = -d__WXDEBUG__
64 !endif
65 !if "$(SHARED)" == "1"
66 __DLLFLAG_p = -DWXUSINGDLL
67 !endif
68 !if "$(SHARED)" == "1"
69 __DLLFLAG_p_1 = -dWXUSINGDLL
70 !endif
71 !if "$(BUILD)" == "debug"
72 __OPTIMIZEFLAG_2 = -Od
73 !endif
74 !if "$(BUILD)" == "release"
75 __OPTIMIZEFLAG_2 = -O2
76 !endif
77 !if "$(RUNTIME_LIBS)" == "dynamic"
78 __RUNTIME_LIBS_6 = -tWR
79 !endif
80 !if "$(RUNTIME_LIBS)" == "static"
81 __RUNTIME_LIBS_6 = 
82 !endif
83 !if "$(RUNTIME_LIBS)" == "dynamic"
84 __RUNTIME_LIBS_7 = i
85 !endif
86 !if "$(RUNTIME_LIBS)" == "static"
87 __RUNTIME_LIBS_7 = 
88 !endif
89 !if "$(UNICODE)" == "1"
90 __UNICODE_DEFINE_p = -DwxUSE_UNICODE=1
91 !endif
92 !if "$(UNICODE)" == "1"
93 __UNICODE_DEFINE_p_1 = -dwxUSE_UNICODE=1
94 !endif
95 !if "$(MONOLITHIC)" == "0"
96 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
97 !endif
98 !if "$(MONOLITHIC)" == "0"
99 __WXLIB_CORE_p = \
100         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
101 !endif
102 !if "$(MONOLITHIC)" == "1"
103 __WXLIB_MONO_p = \
104         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
105 !endif
106 !if "$(WXUNIV)" == "1"
107 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
108 !endif
109 !if "$(WXUNIV)" == "1"
110 __WXUNIV_DEFINE_p_1 = -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)\cube.exe
121
122 $(OBJS)\cube_cube.obj: .\cube.cpp
123         $(CXX) -q -c -P -o$@ $(CUBE_CXXFLAGS) $**
124
125 $(OBJS)\cube_cube.res: .\cube.rc
126         brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\..\include -i.\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) -i.\..\..\..\src\tiff -i.\..\..\..\src\jpeg -i.\..\..\..\src\png -i.\..\..\..\src\zlib  -i.\..\..\..\src\regex -i.\..\..\..\src\expat\lib -i. $(__DLLFLAG_p_1) $**
127
128 clean: 
129         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
130         -if exist $(OBJS)\*.res del $(OBJS)\*.res
131         -if exist $(OBJS)\cube.exe del $(OBJS)\cube.exe
132
133 $(OBJS)\cube.exe: $(OBJS)\cube_cube.obj  $(OBJS)\cube_cube.res
134         ilink32 -Tpe -q $(LDFLAGS) $(__DEBUGFLAG)  -L.\..\..\..\lib\bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) -aa  @&&|
135         c0w32.obj  $(OBJS)\cube_cube.obj,$@,, wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_gl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) wxtiff$(WXDEBUGFLAG).lib wxjpeg$(WXDEBUGFLAG).lib wxpng$(WXDEBUGFLAG).lib wxzlib$(WXDEBUGFLAG).lib  wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib  import32.lib ole2w32.lib  cw32mt$(__RUNTIME_LIBS_7).lib,, $(OBJS)\cube_cube.res
136 |