diff --git a/Blades of Exile/Makefile-DevCpp.win b/Blades of Exile/Makefile-DevCpp.win index 42cd4c4e..2de620a1 100644 --- a/Blades of Exile/Makefile-DevCpp.win +++ b/Blades of Exile/Makefile-DevCpp.win @@ -7,7 +7,7 @@ WINDRES = windres.exe RES = Blades_of_Exile_private.res OBJ = boe.actions.o boe.main.o boe.combat.o boe.dlgutil.o boe.fields.o boe.fileio.o GLOBAL.o boe.graphics.o boe.graphutil.o boe.infodlg.o boe.itemdata.o boe.items.o boe.locutils.o boe.monster.o boe.newgraph.o boe.party.o boe.specials.o boe.text.o boe.town.o GLOBVAR.o tools/soundtool.o tools/soundvars.o tools/DLOGTOOL.o tools/mathutil.o classes/item.o classes/LOCATION.o classes/PC.o $(RES) LINKOBJ = boe.actions.o boe.main.o boe.combat.o boe.dlgutil.o boe.fields.o boe.fileio.o GLOBAL.o boe.graphics.o boe.graphutil.o boe.infodlg.o boe.itemdata.o boe.items.o boe.locutils.o boe.monster.o boe.newgraph.o boe.party.o boe.specials.o boe.text.o boe.town.o GLOBVAR.o tools/soundtool.o tools/soundvars.o tools/DLOGTOOL.o tools/mathutil.o classes/item.o classes/LOCATION.o classes/PC.o $(RES) -LIBS = -L"C:/Dev-Cpp/lib/GTK+" -mwindows -lwinmm +LIBS = -mwindows -lwinmm INCS = -I"include" CXXINCS = BIN = "Blades of Exile.exe"