X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/56f23a58559a45489c5e8c8b2fe260dae4bf10f9..3285ee538be44537a0d4e43252db18f5e7362782:/samples/opengl/cube/cube.pro diff --git a/samples/opengl/cube/cube.pro b/samples/opengl/cube/cube.pro index d5699a86c0..65320a9369 100644 --- a/samples/opengl/cube/cube.pro +++ b/samples/opengl/cube/cube.pro @@ -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