fix errors

git-svn-id: svn://svn.icculus.org/netradiant/trunk@43 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
rpolzer 2008-09-15 13:08:55 +00:00
parent fcefda58c1
commit bbe0036bd1

View File

@ -13,7 +13,7 @@ else ifeq ($(BUILD),release)
CFLAGS += $(CFLAGS_OPT) CFLAGS += $(CFLAGS_OPT)
LDFLAGS += -s LDFLAGS += -s
else else
$(error Unsupported build type) $(error Unsupported build type)
endif endif
ifeq ($(OS),Linux) ifeq ($(OS),Linux)
@ -34,11 +34,11 @@ ifeq ($(OS),Linux)
CPPFLAGS_GTKGLEXT = `pkg-config gtkglext-1.0 --cflags` CPPFLAGS_GTKGLEXT = `pkg-config gtkglext-1.0 --cflags`
LIBS_GTKGLEXT = `pkg-config gtkglext-1.0 --libs-only-l --libs-only-L` LIBS_GTKGLEXT = `pkg-config gtkglext-1.0 --libs-only-l --libs-only-L`
else ifeq ($(OS),Win32) else ifeq ($(OS),Win32)
$(error Unsupported build OS) $(error Unsupported build OS)
else ifeq ($(OS),Darwin) else ifeq ($(OS),Darwin)
$(error Unsupported build OS) $(error Unsupported build OS)
else else
$(error Unsupported build OS) $(error Unsupported build OS)
endif endif
RADIANT_ABOUTMSG = Custom build RADIANT_ABOUTMSG = Custom build