added opengl samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-05 20:42:41 +00:00
parent 2512ee4ef2
commit e93c6860ed
21 changed files with 2826 additions and 316 deletions

View File

@@ -27,7 +27,7 @@ BCCDIR = $(MAKEDIR)\..
### Targets: ###
all: cube
all: cube isosurf penguin
clean:
-if exist .\*.obj del .\*.obj
@@ -35,3 +35,9 @@ clean:
cube:
(cd cube && $(MAKE) all)
isosurf:
(cd isosurf && $(MAKE) all)
penguin:
(cd penguin && $(MAKE) all)