Link to gdiplus
This commit is contained in:
parent
9c75dd2b39
commit
38470033e1
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue