Skip to content

Commit

Permalink
Linux project updated to SDL2 and Netbeans 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Dec 8, 2013
1 parent b7a3fc1 commit 30f4339
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion platforms/linux/Gearboy/nbproject/Makefile-Debug.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FFLAGS=
ASFLAGS=

# Link Libraries and Options
LDLIBSOPTIONS=-lGLU -lSDL -lGLEW -lX11
LDLIBSOPTIONS=-lGLU -lSDL2 -lGLEW -lX11

nbproject/qt-${CND_CONF}.mk: nbproject/qt-${CND_CONF}.pro FORCE
${QMAKE} VPATH=. -o qttmp-${CND_CONF}.mk nbproject/qt-${CND_CONF}.pro
Expand Down
2 changes: 1 addition & 1 deletion platforms/linux/Gearboy/nbproject/Makefile-Release.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FFLAGS=
ASFLAGS=

# Link Libraries and Options
LDLIBSOPTIONS=-lGLU -lSDL -lGLEW -lX11
LDLIBSOPTIONS=-lGLU -lSDL2 -lGLEW -lX11

nbproject/qt-${CND_CONF}.mk: nbproject/qt-${CND_CONF}.pro FORCE
${QMAKE} VPATH=. -o qttmp-${CND_CONF}.mk nbproject/qt-${CND_CONF}.pro
Expand Down
8 changes: 3 additions & 5 deletions platforms/linux/Gearboy/nbproject/configurations.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<configurationDescriptor version="89">
<configurationDescriptor version="90">
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
<logicalFolder name="f2" displayName="Audio" projectFiles="true">
<itemPath>../../../src/audio/Blip_Buffer.cpp</itemPath>
Expand Down Expand Up @@ -116,7 +116,6 @@
<confs>
<conf name="Debug" type="4">
<toolsSet>
<remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
<compilerSet>GNU|GNU</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
Expand All @@ -127,7 +126,7 @@
<compileType>
<linkerTool>
<linkerLibItems>
<linkerOptionItem>-lGLU -lSDL -lGLEW -lX11</linkerOptionItem>
<linkerOptionItem>-lGLU -lSDL2 -lGLEW -lX11</linkerOptionItem>
</linkerLibItems>
</linkerTool>
</compileType>
Expand Down Expand Up @@ -321,7 +320,6 @@
</conf>
<conf name="Release" type="4">
<toolsSet>
<remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
<compilerSet>GNU|GNU</compilerSet>
<dependencyChecking>true</dependencyChecking>
<rebuildPropChanged>false</rebuildPropChanged>
Expand All @@ -345,7 +343,7 @@
</asmTool>
<linkerTool>
<linkerLibItems>
<linkerOptionItem>-lGLU -lSDL -lGLEW -lX11</linkerOptionItem>
<linkerOptionItem>-lGLU -lSDL2 -lGLEW -lX11</linkerOptionItem>
</linkerLibItems>
</linkerTool>
</compileType>
Expand Down
3 changes: 3 additions & 0 deletions platforms/linux/Gearboy/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<type>4</type>
</confElem>
</confList>
<formatting>
<project-formatting-style>false</project-formatting-style>
</formatting>
</data>
</configuration>
</project>
2 changes: 1 addition & 1 deletion platforms/linux/Gearboy/nbproject/qt-Debug.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ QMAKE_CC = gcc
QMAKE_CXX = g++
DEFINES +=
INCLUDEPATH +=
LIBS += -lGLU -lSDL -lGLEW -lX11
LIBS += -lGLU -lSDL2 -lGLEW -lX11
2 changes: 1 addition & 1 deletion platforms/linux/Gearboy/nbproject/qt-Release.pro
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ QMAKE_CC = gcc
QMAKE_CXX = g++
DEFINES +=
INCLUDEPATH +=
LIBS += -lGLU -lSDL -lGLEW -lX11
LIBS += -lGLU -lSDL2 -lGLEW -lX11

0 comments on commit 30f4339

Please sign in to comment.