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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user