X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=Makefile.dj;h=e24955357563cccfcbab1ac1d8f3aef69d52d264;hp=32ab4ae82ef9f0f917af8fd21f41fbed9b5c5f91;hb=refs%2Fheads%2Fmaster;hpb=4eb65fefc3153232703f184f055b1ba1875e83cd diff --git a/Makefile.dj b/Makefile.dj index 32ab4ae..59d4042 100644 --- a/Makefile.dj +++ b/Makefile.dj @@ -22,16 +22,17 @@ warn = -pedantic -Wall -Wno-unused-function -Wno-unused-variable ifdef RELEASE dbg = -g - def = -DNDEBUG -DNO_MUSIC + def = -DNDEBUG -DNO_SOUND else - def = -DNO_MUSIC + def = -DNO_SOUND endif #prof = -pg CC = $(TOOLPREFIX)gcc AR = $(TOOLPREFIX)ar CFLAGS = -march=pentium $(warn) -MMD $(dbg) $(opt) $(prof) $(inc) $(def) -LDFLAGS = libs/imago/imago.dja libs/anim/anim.dja libs/midas/libmidas.a +LDFLAGS = libs/imago/imago.dja libs/anim/anim.dja +#libs/midas/libmidas.a ifneq ($(hostsys), dos) .PHONY: all