mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
makefile update
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@711 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
eab83a0f3d
commit
5b2916b89d
4 changed files with 13 additions and 17 deletions
|
@ -48,7 +48,6 @@ CPUFLAGS=
|
|||
LDFLAGS =
|
||||
DFLAGS ?=
|
||||
CFLAGS ?= -Wall -Wno-trigraphs
|
||||
# CFLAGS += -Werror
|
||||
CFLAGS += $(CPUFLAGS)
|
||||
|
||||
ifneq ($(DEBUG),0)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# GNU Makefile for QuakeSpasm for Mac OS X, Sep. 03, 2012.
|
||||
# GNU Makefile for QuakeSpasm for Mac OS X, Sep. 05, 2012.
|
||||
# Usage: "make -f Makefile.darwin"
|
||||
# You need the SDL library fully installed.
|
||||
# "make DEBUG=1" to build a debug client.
|
||||
|
@ -45,18 +45,17 @@ STRIP ?= strip
|
|||
|
||||
CPUFLAGS=
|
||||
LDFLAGS =
|
||||
DFLAGS ?=
|
||||
CFLAGS ?= -Wall
|
||||
# require 10.5 for 64 bit builds
|
||||
ifeq ($(MACH_TYPE),x86_64)
|
||||
CPUFLAGS+=-mmacosx-version-min=10.5
|
||||
CFLAGS +=-mmacosx-version-min=10.5
|
||||
LDFLAGS +=-mmacosx-version-min=10.5
|
||||
endif
|
||||
ifeq ($(MACH_TYPE),ppc64)
|
||||
CPUFLAGS+=-mmacosx-version-min=10.5
|
||||
CFLAGS +=-mmacosx-version-min=10.5
|
||||
LDFLAGS +=-mmacosx-version-min=10.5
|
||||
endif
|
||||
DFLAGS ?=
|
||||
CFLAGS ?= -Wall
|
||||
# CFLAGS += -Werror
|
||||
CFLAGS += $(CPUFLAGS)
|
||||
|
||||
ifneq ($(DEBUG),0)
|
||||
|
|
|
@ -57,7 +57,6 @@ CPUFLAGS=
|
|||
LDFLAGS =
|
||||
DFLAGS ?=
|
||||
CFLAGS ?= -Wall -Wno-trigraphs
|
||||
# CFLAGS += -Werror
|
||||
CFLAGS += $(CPUFLAGS)
|
||||
|
||||
ifneq ($(DEBUG),0)
|
||||
|
|
|
@ -57,7 +57,6 @@ CPUFLAGS=
|
|||
LDFLAGS =
|
||||
DFLAGS ?=
|
||||
CFLAGS ?= -Wall -Wno-trigraphs
|
||||
# CFLAGS += -Werror
|
||||
CFLAGS += $(CPUFLAGS)
|
||||
|
||||
ifneq ($(DEBUG),0)
|
||||
|
|
Loading…
Reference in a new issue