X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2FMakefile;h=ff28877633b2b653aa14aa87f2e396da2af41c55;hb=5f4853f8672712c12c9063b1ab5ec3674f09218e;hp=89e047585eadb073b4b59c7f6f54f5fdf477aaad;hpb=601cca5b35649856ff49e1bcb3806592b736662c;p=rocksndiamonds.git diff --git a/src/Makefile b/src/Makefile index 89e04758..ff288776 100644 --- a/src/Makefile +++ b/src/Makefile @@ -64,6 +64,7 @@ TARGET = allegro endif ifeq ($(PLATFORM),cross-win32) +EXTRA_LDFLAGS = -lshfolder PROGNAME = ../$(PROGBASE).exe TARGET = sdl endif @@ -102,11 +103,12 @@ CONFIG_GAME_DIR = $(CONFIG_RO_GAME_DIR) $(CONFIG_RW_GAME_DIR) CONFIG = $(CONFIG_GAME_DIR) $(CONFIG_SCORE_ENTRIES) $(JOYSTICK) -DEBUG = -DDEBUG -g +# DEBUG = -DDEBUG -g # PROFILING = $(PROFILING_FLAGS) # OPTIONS = $(DEBUG) -Wall # only for debugging purposes -OPTIONS = $(DEBUG) -O3 -Wall # only for debugging purposes +# OPTIONS = $(DEBUG) -O3 -Wall # only for debugging purposes +OPTIONS = $(DEBUG) -Wall # only for debugging purposes # OPTIONS = $(DEBUG) -Wall -ansi -pedantic # only for debugging purposes # OPTIONS = -O3 -Wall -ansi -pedantic # OPTIONS = -O3 -Wall @@ -160,7 +162,9 @@ CNFS = conf_gfx.h \ conf_cus.c \ conf_cus.h \ conf_e2g.c \ - conf_esg.c + conf_esg.c \ + conf_e2s.c \ + conf_fnt.c CNFS_CMD = ../Scripts/create_element_defs.pl