rnd-20040430-1-src
[rocksndiamonds.git] / src / Makefile
index f065f0b92cfb9a87ba2326f7db908e702e14b04a..8cc3ee95414b4acece4c2d0f5e97f0f7b3a446ad 100644 (file)
@@ -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