mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
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:
parent
cd3947f3f4
commit
549e9f6216
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue