]> git.saurik.com Git - wxWidgets.git/blame - samples/opengl/makefile.gcc
moved XML classes to the core
[wxWidgets.git] / samples / opengl / makefile.gcc
CommitLineData
3b20263d
VS
1# =========================================================================
2# This makefile was generated by
250700e4 3# Bakefile 0.1.1.20030719 (http://bakefile.sourceforge.net)
3b20263d
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
6
250700e4 7include ../../build/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
VS
18
19
3b20263d
VS
20### Targets: ###
21
250700e4 22all: cube
3b20263d
VS
23
24clean:
250700e4 25 -if exist .\*.o del .\*.o
3b20263d 26
250700e4
RD
27cube:
28 (cd cube && $(MAKE) all)
3b20263d 29
250700e4 30.PHONY: all clean cube