]> git.saurik.com Git - wxWidgets.git/blame - samples/mobile/makefile.gcc
1) some compilers (Watcom) don't like it if wxBase library PCH file contains
[wxWidgets.git] / samples / mobile / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
bdc408c4 3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
fd9f42b6 7include ../../build/msw/config.gcc
3b20263d
VS
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
3b20263d
VS
15
16### Conditionally set variables: ###
17
3b20263d 18
d179e30b 19MAKEARGS = GCC_VERSION=$(GCC_VERSION)
fd9f42b6 20
3b20263d 21
3b20263d
VS
22### Targets: ###
23
d179e30b 24all: styles wxedit
3b20263d
VS
25
26clean:
d179e30b
VS
27 -if exist .\*.o del .\*.o
28
29styles:
30 $(MAKE) -C styles -f makefile.gcc $(MAKEARGS) all
3b20263d 31
d179e30b
VS
32wxedit:
33 $(MAKE) -C wxedit -f makefile.gcc $(MAKEARGS) all
3b20263d 34
d179e30b 35.PHONY: all clean styles wxedit