Make "LIBS+= $(L_SSP) -Wl,--enable-auto-import" conditional to Windows.

git-svn-id: https://svn.eduke32.com/eduke32@2525 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
helixhorned 2012-03-24 15:59:53 +00:00
parent cd3947f3f4
commit 549e9f6216

View file

@ -263,9 +263,8 @@ ifeq ($(PLATFORM),DARWIN)
endif endif
endif endif
LIBS+= $(L_SSP) -Wl,--enable-auto-import
ifeq ($(PLATFORM),WINDOWS) ifeq ($(PLATFORM),WINDOWS)
LIBS+= $(L_SSP) -Wl,--enable-auto-import
LIBS+= -lwsock32 -lws2_32 -lwinmm #-L$(ENETROOT) LIBS+= -lwsock32 -lws2_32 -lwinmm #-L$(ENETROOT)
endif endif