]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/isosurf/isosurf.pro
moved XML classes to the core
[wxWidgets.git] / samples / opengl / isosurf / isosurf.pro
index 71797d8e56c34b2d9424f631d72e13277dac26ba..1f39cce9a24521290e2679c902cf09c0891db579 100644 (file)
@@ -1,4 +1,4 @@
-# this is the project file for the isosurf wxWindows sample
+# this is the project file for the opengl/isosurf wxWindows sample
 
 # we generate the VC++ IDE project file, comment this line
 # to generate a makefile for (n)make
@@ -15,7 +15,10 @@ CONFIG  = wx
 # not the default "../.." for this sample
 WXDIR=../../..
 
+# need to link against OpenGL libs, of course
+win32:LIBS=opengl32.lib glu32.lib
+
 # project files
 SOURCES = isosurf.cpp
 RC_FILE = isosurf.rc
-TARGET  = isosurf
+TARGET  = glisosurf