]> git.saurik.com Git - wxWidgets.git/blame - demos/makefile.bcc
Fix for wxTextCtrl::GetSelection for singel line controls in GTK2 mode
[wxWidgets.git] / demos / makefile.bcc
CommitLineData
7fcb2c61
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/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
24### Conditionally set variables: ###
25
26
27MAKEARGS =
28
29
30### Targets: ###
31
32all: bombs dbbrowse forty fractal life poem
33
34bombs:
35 cd bombs
36 $(MAKE) -f makefile.bcc $(MAKEARGS) all
37 cd ..
38
39clean:
40 -if exist .\*.obj del .\*.obj
41 -if exist .\*.res del .\*.res
42
43dbbrowse:
44 cd dbbrowse
45 $(MAKE) -f makefile.bcc $(MAKEARGS) all
46 cd ..
47
48forty:
49 cd forty
50 $(MAKE) -f makefile.bcc $(MAKEARGS) all
51 cd ..
52
53fractal:
54 cd fractal
55 $(MAKE) -f makefile.bcc $(MAKEARGS) all
56 cd ..
57
58life:
59 cd life
60 $(MAKE) -f makefile.bcc $(MAKEARGS) all
61 cd ..
62
63poem:
64 cd poem
65 $(MAKE) -f makefile.bcc $(MAKEARGS) all
66 cd ..