Updated makefiles etc. for 2.5.1
[wxWidgets.git] / samples / console / 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 CONSOLE_CXXFLAGS = $(CPPFLAGS) $(__RUNTIME_LIBS_6) -I$(BCCDIR)\include \
24         $(__DEBUGINFO) $(__OPTIMIZEFLAG_2) -tWM -D__WXMSW__ $(__WXUNIV_DEFINE_p) \
25         $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -I.\..\..\include -I$(SETUPHDIR) \
26         -I. $(__DLLFLAG_p) $(__MULTILIB_FLAG_p) $(CXXFLAGS)
27 CONSOLE_OBJECTS =  \
28         $(OBJS)\console_console.obj
29 OBJS = \
30         bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
31 SETUPHDIR = \
32         $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
33
34 ### Conditionally set variables: ###
35
36 !if "$(SHARED)" == "0"
37 LIBDIRNAME = .\..\..\lib\bcc_lib$(CFG)
38 !endif
39 !if "$(SHARED)" == "1"
40 LIBDIRNAME = .\..\..\lib\bcc_dll$(CFG)
41 !endif
42 !if "$(USE_GUI)" == "0"
43 PORTNAME = base
44 !endif
45 !if "$(USE_GUI)" == "1"
46 PORTNAME = msw
47 !endif
48 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
49 WXDEBUGFLAG = d
50 !endif
51 !if "$(DEBUG_FLAG)" == "1"
52 WXDEBUGFLAG = d
53 !endif
54 !if "$(SHARED)" == "1"
55 WXDLLFLAG = dll
56 !endif
57 !if "$(UNICODE)" == "1"
58 WXUNICODEFLAG = u
59 !endif
60 !if "$(WXUNIV)" == "1"
61 WXUNIVNAME = univ
62 !endif
63 !if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
64 __DEBUGINFO = -v
65 !endif
66 !if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
67 __DEBUGINFO = -v-
68 !endif
69 !if "$(DEBUG_INFO)" == "0"
70 __DEBUGINFO = -v-
71 !endif
72 !if "$(DEBUG_INFO)" == "1"
73 __DEBUGINFO = -v
74 !endif
75 !if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
76 __DEBUG_DEFINE_p = -D__WXDEBUG__
77 !endif
78 !if "$(DEBUG_FLAG)" == "1"
79 __DEBUG_DEFINE_p = -D__WXDEBUG__
80 !endif
81 !if "$(SHARED)" == "1"
82 __DLLFLAG_p = -DWXUSINGDLL
83 !endif
84 !if "$(USE_GUI)" == "1"
85 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
86 !endif
87 !if "$(USE_GUI)" == "1"
88 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
89 !endif
90 !if "$(USE_GUI)" == "1"
91 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
92 !endif
93 !if "$(MONOLITHIC)" == "0"
94 __MULTILIB_FLAG_p = -DwxUSE_GUI=0
95 !endif
96 !if "$(BUILD)" == "debug"
97 __OPTIMIZEFLAG_2 = -Od
98 !endif
99 !if "$(BUILD)" == "release"
100 __OPTIMIZEFLAG_2 = -O2
101 !endif
102 !if "$(RUNTIME_LIBS)" == "dynamic"
103 __RUNTIME_LIBS_6 = -tWR
104 !endif
105 !if "$(RUNTIME_LIBS)" == "static"
106 __RUNTIME_LIBS_6 = 
107 !endif
108 !if "$(RUNTIME_LIBS)" == "dynamic"
109 __RUNTIME_LIBS_7 = i
110 !endif
111 !if "$(RUNTIME_LIBS)" == "static"
112 __RUNTIME_LIBS_7 = 
113 !endif
114 !if "$(UNICODE)" == "1"
115 __UNICODE_DEFINE_p = -D_UNICODE
116 !endif
117 !if "$(MSLU)" == "1"
118 __UNICOWS_LIB_p = unicows.lib
119 !endif
120 !if "$(MONOLITHIC)" == "0"
121 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
122 !endif
123 !if "$(MONOLITHIC)" == "1"
124 __WXLIB_MONO_p = \
125         wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
126 !endif
127 !if "$(WXUNIV)" == "1"
128 __WXUNIV_DEFINE_p = -D__WXUNIVERSAL__
129 !endif
130
131
132 all: $(OBJS)
133 $(OBJS):
134         -if not exist $(OBJS) mkdir $(OBJS)
135
136 ### Targets: ###
137
138 all: $(OBJS)\console.exe data
139
140 $(OBJS)\console_console.obj: .\console.cpp
141         $(CXX) -q -c -P -o$@ $(CONSOLE_CXXFLAGS) $**
142
143 clean: 
144         -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
145         -if exist $(OBJS)\*.res del $(OBJS)\*.res
146         -if exist $(OBJS)\console.exe del $(OBJS)\console.exe
147         -if exist $(OBJS)\console.tds del $(OBJS)\console.tds
148         -if exist $(OBJS)\console.ilc del $(OBJS)\console.ilc
149         -if exist $(OBJS)\console.ild del $(OBJS)\console.ild
150         -if exist $(OBJS)\console.ilf del $(OBJS)\console.ilf
151         -if exist $(OBJS)\console.ils del $(OBJS)\console.ils
152
153 $(OBJS)\console.exe: $(CONSOLE_OBJECTS)
154         ilink32 -Tpe -q $(LDFLAGS) -L$(BCCDIR)\lib $(__DEBUGINFO)  -L$(LIBDIRNAME) -ap @&&|
155         c0x32.obj $(CONSOLE_OBJECTS),$@,, $(__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) ole2w32.lib oleacc.lib import32.lib cw32mt$(__RUNTIME_LIBS_7).lib,,
156 |
157
158 data: 
159         if not exist $(OBJS) mkdir $(OBJS)
160         for %f in (testdata.fc) do if not exist $(OBJS)\%f copy .\%f $(OBJS)