]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/penguin/penguin.pro
overseeing the obvious, there is already a perfect scroll call for HIView...
[wxWidgets.git] / samples / opengl / penguin / penguin.pro
index edde84da01db632828a3ea7420dc5d204dabc15a..7fbe7da08358cea0d274e28d9dbf5ea7ad182571 100644 (file)
@@ -1,4 +1,4 @@
-# this is the project file for the penguin wxWindows sample
+# this is the project file for the opengl/penguin 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 = penguin.cpp
+SOURCES = penguin.cpp lw.cpp trackball.c
 RC_FILE = penguin.rc
-TARGET  = penguin
+TARGET  = glpenguin