|
From: <LN...@us...> - 2008-11-10 15:19:49
|
Revision: 44
http://dawnofinfinity.svn.sourceforge.net/dawnofinfinity/?rev=44&view=rev
Author: LNSU
Date: 2008-11-10 15:19:39 +0000 (Mon, 10 Nov 2008)
Log Message:
-----------
Added Paths:
-----------
080/Makefile.local
Removed Paths:
-------------
Makefile.local
Copied: 080/Makefile.local (from rev 43, Makefile.local)
===================================================================
--- 080/Makefile.local (rev 0)
+++ 080/Makefile.local 2008-11-10 15:19:39 UTC (rev 44)
@@ -0,0 +1,19 @@
+#This file defines the standard variables used by Open Arena.
+
+COPYDIR="/usr/local/games/openarena"
+
+#We want openAL
+USE_OPENAL=1
+
+#Next we want to bind openAL on runtime. SDL sound will be used if openAL is not installed
+USE_OPENAL_DLOPEN=1
+
+#We want vorbis support!
+USE_CODEC_VORBIS=1
+
+#Open Arena is a standalone game
+BUILD_STANDALONE=1
+
+#We don't want to build the game logic... only the engine
+BUILD_GAME_SO = 0
+BUILD_GAME_QVM = 0
Deleted: Makefile.local
===================================================================
--- Makefile.local 2008-11-10 15:19:10 UTC (rev 43)
+++ Makefile.local 2008-11-10 15:19:39 UTC (rev 44)
@@ -1,19 +0,0 @@
-#This file defines the standard variables used by Open Arena.
-
-COPYDIR="/usr/local/games/openarena"
-
-#We want openAL
-USE_OPENAL=1
-
-#Next we want to bind openAL on runtime. SDL sound will be used if openAL is not installed
-USE_OPENAL_DLOPEN=1
-
-#We want vorbis support!
-USE_CODEC_VORBIS=1
-
-#Open Arena is a standalone game
-BUILD_STANDALONE=1
-
-#We don't want to build the game logic... only the engine
-BUILD_GAME_SO = 0
-BUILD_GAME_QVM = 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|