Skip to content

Commit

Permalink
makefile revision for x64 linux as well.
Browse files Browse the repository at this point in the history
git-svn-id: https://www.daphne-emu.com:9443/daphnesvn/branches/v_1_0@3266 c98d566b-fa28-4d4c-8a7b-932307ef5c1a
  • Loading branch information
rdg committed Jan 21, 2011
1 parent 65ce727 commit 6704711
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Makefile.vars.linux_x64
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ PFLAGS = ${DFLAGS} `sdl-config --cflags` -DUNIX -DLINUX \
-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DUSE_OPENGL -DBUILD_SINGE

# platform-specific lib flags
# Add -lSDL_image -lSDL_ttf to compile SINGE
LIBS = `sdl-config --libs` -ldl -lz -logg -lvorbis -lvorbisfile -lGLEW -lSDL_image -lSDL_ttf
1 change: 0 additions & 1 deletion src/Makefile.vars.linux_x86
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ PFLAGS = ${DFLAGS} `sdl-config --cflags` -DUNIX -DLINUX -DNATIVE_CPU_X86 \


# platform-specific lib flags
# For SINGE, add -lSDL_image -lSDL_ttf to the singe-specific shared library
LIBS = `sdl-config --libs` -ldl -lz -logg -lvorbis -lvorbisfile -lGLEW

0 comments on commit 6704711

Please sign in to comment.