diff --git a/PC/Makefile b/PC/Makefile index 460d745..88e6b19 100644 --- a/PC/Makefile +++ b/PC/Makefile @@ -6,7 +6,7 @@ SDIR := source IDIR := include LDIR := lib CFLAGS := -I$(IDIR) -fms-extensions -O2 -Wall -LFLAGS := -L$(LDIR) -lvJoyInterface -lws2_32 -lGdi32 +LFLAGS := -L$(LDIR) -lvJoyInterface -lws2_32 -lGdi32 -lgdiplus CFILES := $(wildcard $(SDIR)/*.c) CPPFILES := $(wildcard $(SDIR)/*.cpp) OBJS := $(patsubst $(SDIR)/%.c, build/%.o, $(wildcard $(SDIR)/*.c))