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

@@ -19,7 +19,7 @@
### Targets: ###
all: cube
all: cube isosurf penguin
clean:
-if exist .\*.obj del .\*.obj
@@ -29,3 +29,13 @@ cube:
cd cube
$(MAKE) /$(MAKEFLAGS) all
cd $(MAKEDIR)
isosurf:
cd isosurf
$(MAKE) /$(MAKEFLAGS) all
cd $(MAKEDIR)
penguin:
cd penguin
$(MAKE) /$(MAKEFLAGS) all
cd $(MAKEDIR)