Makefile
changeset 2298 64a87da01248
parent 2291 2b064aa97f91
child 2299 480d89e53ab1
equal deleted inserted replaced
2297:0117f7a7c704 2298:64a87da01248
   213 
   213 
   214 # remove the dependancy for sdl if DEDICALTED is used
   214 # remove the dependancy for sdl if DEDICALTED is used
   215 # and add -lpthread to LDFLAGS, because SDL normally adds that...
   215 # and add -lpthread to LDFLAGS, because SDL normally adds that...
   216 ifdef DEDICATED
   216 ifdef DEDICATED
   217 WITH_SDL:=
   217 WITH_SDL:=
       
   218 ifndef WIN32
   218 LDFLAGS+=-lpthread
   219 LDFLAGS+=-lpthread
       
   220 endif
   219 endif
   221 endif
   220 
   222 
   221 
   223 
   222 ##############################################################################
   224 ##############################################################################
   223 #
   225 #