SDL/SDL.h changed to SDL.h
This commit is contained in:
parent
f7a3cb4755
commit
10384cd0df
|
@ -24,6 +24,9 @@
|
|||
History
|
||||
|
||||
$Log: not supported by cvs2svn $
|
||||
Revision 1.4 2007/03/17 13:22:55 ganovelli
|
||||
some more comment added
|
||||
|
||||
Revision 1.3 2006/11/21 17:44:06 cignoni
|
||||
Update to the latest version of the trackball
|
||||
|
||||
|
@ -35,7 +38,7 @@ Revision 1.1 2005/09/21 10:29:33 cignoni
|
|||
Initial Relase
|
||||
|
||||
****************************************************************************/
|
||||
#include <SDL/SDL.h>
|
||||
#include <SDL.h>
|
||||
#include <gl/glew.h>
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ win32:LIBS += SDL.lib SDLmain.lib opengl32.lib glu32.lib glew32s.lib glew32.lib
|
|||
DEPENDPATH += .
|
||||
INCLUDEPATH += . ../../..
|
||||
INCLUDEPATH += . ../../../../code/lib/glew/include
|
||||
INCLUDEPATH += . ../../../../code/lib/SDL/include
|
||||
INCLUDEPATH += . ../../../../code/lib/SDL/include/SDL
|
||||
CONFIG += console stl
|
||||
TEMPLATE = app
|
||||
SOURCES += trimesh_sdl.cpp ../../../wrap/ply/plylib.cpp ../../../wrap/gui/trackball.cpp ../../../wrap/gui/trackmode.cpp
|
||||
|
|
Loading…
Reference in New Issue