OS/2 build fix for GNU C 3.5, patch from Max Vasilyev 2:5057/77

This commit is contained in:
Stas Degteff
2010-05-02 06:54:52 +00:00
parent 3f8f3ac232
commit 7eb3182884
2 changed files with 2 additions and 6 deletions

View File

@@ -12,13 +12,9 @@ TOP=..
SHORTTARGET=gn
TARGET=goldnode
INCS=-I$(TOP)/goldlib/gall -I$(TOP)/goldlib/gcfg -I$(TOP)/golded3/
ifeq ($(findstring EMX, $(PATH)), EMX)
STDLIBS=-lstdcpp
else
ifdef MINGW
STDLIBS=-luser32
endif
endif
GLIBS=gall
CLEANS=
ADDS+=$(TOP)/$(OBJPATH)/$(PLATFORM)/golded3/golded3$(OBJEXT)