Revert the four Makefiles to have a base version in case I screw up again...

git-svn-id: https://svn.eduke32.com/eduke32@1738 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2010-12-19 18:15:36 +00:00
parent a0269f6dac
commit 2fec586906
4 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ SUPERBUILD = 1
POLYMOST = 1
POLYMER = 1
USE_OPENGL = 1
NOASM ?= 0
NOASM = 0
LINKED_GTK = 0
BUILD32_ON_64 = 0
NEDMALLOC = 1
@ -71,7 +71,7 @@ JAUDIOLIB=libjfaudiolib.a
ENETDIR=$(SRC)/enet
ENETLIB=libenet.a
CC?=gcc
CC=gcc
CXX=g++
AS=nasm
RC=windres

View file

@ -94,7 +94,7 @@ ifneq (0,$(DEBUGANYWAY))
debug+=-ggdb
endif
CC?=gcc
CC=gcc
CXX=gcc
AS=nasm
RC=windres

View file

@ -1,4 +1,4 @@
CC?=gcc
CC=gcc
OBJ=obj
OBJNAME?=libenet.a
PRETTY_OUTPUT?=1

View file

@ -1,4 +1,4 @@
CC?=gcc
CC=gcc
OBJ=obj
OBJNAME?=libjfaudiolib.a
PRETTY_OUTPUT?=1