--- hatari/src/gui-sdl/Makefile 2019/04/01 07:11:38 1.1 +++ hatari/src/gui-sdl/Makefile 2019/04/01 07:12:46 1.1.1.3 @@ -7,13 +7,13 @@ include ../../Makefile.cnf INCFLAGS = -I../includes -CFLAGS += -DDATADIR=\"$(DATADIR)\" $(INCFLAGS) $(SDL_CFLAGS) +CFLAGS += -DDATADIR=\"$(DATADIR)\" $(INCFLAGS) $(SDL_CFLAGS) -Wno-write-strings -DLGSRCS = dlgAbout.c dlgDevice.c dlgDisc.c dlgJoystick.c dlgKeyboard.c \ - dlgMain.c dlgMemory.c dlgNewDisc.c dlgScreen.c dlgSound.c dlgSystem.c \ - dlgTosGem.c dlgFileSelect.c sdlgui.c +DLGSRCS = dlgAbout.c dlgAlert.c dlgDevice.c dlgDisc.c dlgJoystick.c \ + dlgKeyboard.c dlgMain.c dlgMemory.c dlgNewDisc.c dlgRom.c \ + dlgScreen.c dlgSound.c dlgSystem.c dlgFileSelect.c sdlgui.c DLGOBJS = $(DLGSRCS:.c=.o)