From: kristus Date: Thu, 29 Apr 2021 16:40:24 +0000 (+0200) Subject: Makefile : Make creates Doombringer-lx and Doombringer-lx-ded instead of darkplaces* X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f1822ccd4e360a19552e0be9762d6559cfcca0d7;p=xonotic%2Fdarkplaces.git Makefile : Make creates Doombringer-lx and Doombringer-lx-ded instead of darkplaces* --- diff --git a/makefile.inc b/makefile.inc index 88a68f48..d56506df 100644 --- a/makefile.inc +++ b/makefile.inc @@ -243,8 +243,8 @@ LDFLAGS_UNIXSDL_PRELOAD=-lz -ljpeg -lpng -logg -ltheora -lvorbis -lvorbisenc -lv CFLAGS_UNIX_PRELOAD=-DPREFER_PRELOAD LDFLAGS_UNIXSDL=$(SDL_LIBS) #-lGLESv2 -EXE_UNIXSV=darkplaces-dedicated -EXE_UNIXSDL=darkplaces-sdl +EXE_UNIXSV=doombringer-lx-ded +EXE_UNIXSDL=doombringer-lx EXE_UNIXSVNEXUIZ=nexuiz-dedicated EXE_UNIXSDLNEXUIZ=nexuiz-sdl