X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=8cc3ee95414b4acece4c2d0f5e97f0f7b3a446ad;hb=98cdb3fce945485772ccc49741fa29051338ce0d;hp=f065f0b92cfb9a87ba2326f7db908e702e14b04a;hpb=a5e9fc02d650da0520fc4994ba5780c27e4f3569;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index f065f0b9..8cc3ee95 100644 --- a/src/Makefile +++ b/src/Makefile @@ -78,7 +78,7 @@ TARGET = allegro endif ifeq ($(PLATFORM),cross-win32) -EXTRA_LDFLAGS = -lshfolder +EXTRA_LDFLAGS = -lshfolder -lwsock32 PROGNAME = ../$(PROGBASE).exe TARGET = sdl endif @@ -93,7 +93,7 @@ SYS_CFLAGS = -DTARGET_SDL $(shell sdl-config --cflags) ifeq ($(PLATFORM),macosx) SYS_LDFLAGS = -lSDL_image -lSDL_mixer -lsmpeg $(shell sdl-config --libs) else -SYS_LDFLAGS = -lSDL_image -lSDL_mixer $(shell sdl-config --libs) +SYS_LDFLAGS = -lSDL_image -lSDL_mixer -lSDL_net $(shell sdl-config --libs) endif endif