diff options
author | Lectem <lectem@gmail.com> | 2016-11-05 02:20:51 +0100 |
---|---|---|
committer | Lectem <lectem@gmail.com> | 2016-11-05 03:56:39 +0100 |
commit | 32f7f18642d30d9e1531d317bb6d2e3fb97ab15a (patch) | |
tree | a4a2d72479fbd26b7b7ede6f97d6133dc3388021 /makefile.w32 | |
parent | 0d77ab2d191d84122d62f5f74fd5862e79b2ef30 (diff) |
fix cmake dependency and move headers to include
Diffstat (limited to 'makefile.w32')
-rw-r--r-- | makefile.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.w32 b/makefile.w32 index a32019d..da3bd8d 100644 --- a/makefile.w32 +++ b/makefile.w32 @@ -10,7 +10,7 @@ CC = @gcc CPP = @g++ -CFLAGS = -Wall +CFLAGS = -Wall -Iinclude DFLAGS = -D_7ZIP_ST EXELFLAGS = -s -Wl,--subsystem,console -lwininet DLLLFLAGS = -shared -lwininet |