]> git.pld-linux.org Git - packages/d1x.git/blame - d1x-config.patch
- tabs in preamble
[packages/d1x.git] / d1x-config.patch
CommitLineData
2731beaf
JB
1--- d1x/defines.in.orig Mon Jun 19 23:26:12 2000
2+++ d1x/defines.in Sun Jun 2 01:18:27 2002
3@@ -5,7 +5,7 @@
4 #NO_ASM = 1
5
6 # MAKE_EDITOR: build editor into game be sure to comment RELEASE
7-#MAKE_EDITOR = 1
8+#MAKE_EDITOR = 1 # not enabled by default - causes SEGVs...
9
10 # DEBUG: enable asserts, int3, etc. and include debugger data
11 #DEBUG = 1
12@@ -35,15 +35,15 @@
13 #SHAREWARE = 1
14
15 # RELEASE: release build. removes debug/editor things
16-RELEASE = 1
17+#RELEASE = 1
18
19 # environment
20-ENV_DJGPP = 1
21+#ENV_DJGPP = 1
22 #ENV_DJGPP_REALDOS =1
23 #ENV_MINGW32 = 1
24 #ENV_CYGWIN = 1
25 #ENV_MSVC = 1
26-#ENV_LINUX = 1
27+ENV_LINUX = 1
28
29 # if compiling with Cygwin, you need extra mingw compatible c++ libraries (see compile.txt)
30 #MINGW_EXTRA = /Cygnus/mingw/
31@@ -79,7 +79,7 @@
32 #GLX_IO = 1
33
34 # linux audio options (chose one)
35-#SDL_AUDIO = 1
36+SDL_AUDIO = 1
37 #ALSA_AUDIO = 1
38
39 # secondary compiler options
40@@ -93,7 +93,7 @@
41 #sound options for dos: choose which
42 #MIKMOD = 1 #MikMod digital, can be used with allg_midi
43 #ALLG_MIDI = 1 #Allegro midi, can be used with mikmod
44-ALLEGRO = 1 #Allegro for midi and digi, should be used alone
45+#ALLEGRO = 1 #Allegro for midi and digi, should be used alone
46
47 #music options for linux:
48 #HMIPLAY = 1
This page took 0.109436 seconds and 4 git commands to generate.