]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/penguin/penguin.pro
offset version by 1 to avoid having compatibility_version of 0.0.0 under Darwin:...
[wxWidgets.git] / samples / opengl / penguin / penguin.pro
index 321d8c71244494ac04593665a8f25b1d7753e117..7fbe7da08358cea0d274e28d9dbf5ea7ad182571 100644 (file)
@@ -15,7 +15,10 @@ CONFIG  = wx
 # not the default "../.." for this sample
 WXDIR=../../..
 
 # not the default "../.." for this sample
 WXDIR=../../..
 
+# need to link against OpenGL libs, of course
+win32:LIBS=opengl32.lib glu32.lib
+
 # project files
 # project files
-SOURCES = penguin.cpp
+SOURCES = penguin.cpp lw.cpp trackball.c
 RC_FILE = penguin.rc
 TARGET  = glpenguin
 RC_FILE = penguin.rc
 TARGET  = glpenguin