]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/cube/cube.pro
Defaults in wxWinCE documented.
[wxWidgets.git] / samples / opengl / cube / cube.pro
index d5699a86c0545f06053ac8604f861695f4cc3709..65320a9369ced5a3fbdd71d44711553d45377e13 100644 (file)
@@ -1,4 +1,4 @@
-# this is the project file for the cube wxWindows sample
+# this is the project file for the opengl/cube 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 = cube.cpp
 RC_FILE = cube.rc
-TARGET  = cube
+TARGET  = glcube