Skip to content

Commit

Permalink
Version hacks.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://jay/var/svn/wolf/trunk@2 32837ae5-38f0-4cfd-8401-3ff76d8497c4
  • Loading branch information
paul committed Jul 29, 2007
1 parent 95189b3 commit fc46bc9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -27,7 +27,7 @@ OBJS += sd_null.o
#CFLAGS += -D_REENTRANT
#LDLIBS += -lpthread

CFLAGS += $(shell sdl-config --cflags)
#CFLAGS += $(shell sdl-config --cflags)

SLDLIBS = $(LDLIBS) -lvga
XLDLIBS = $(LDLIBS) -L/usr/X11R6/lib -lX11 -lXext
Expand All @@ -38,7 +38,7 @@ NASM = nasm
.SUFFIXES: .asm

#all: swolf3d xwolf3d sdlwolf3d
all: sdlwolf3d
all: xwolf3d

$(SOBJS): version.h id_heads.h wl_def.h
$(XOBJS): version.h id_heads.h wl_def.h
Expand Down
4 changes: 2 additions & 2 deletions version.h
Expand Up @@ -17,11 +17,11 @@
*/

#ifndef WMODE
#define WMODE 0
#define WMODE 1
#endif

/* define WOLF92 if you have full version of Wolfenstein 3D dated 1992 */
/* #define WOLF92 */
#define WOLF92

/* --- End of User-Modifiable Variables --- */

Expand Down

0 comments on commit fc46bc9

Please sign in to comment.