mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-02 14:02:32 +01:00
Makefile changes
This commit is contained in:
parent
1d221fee9f
commit
6300ab66ca
2
Makefile
2
Makefile
@ -12,7 +12,7 @@ LD = g++
|
|||||||
WINDRES = windres
|
WINDRES = windres
|
||||||
|
|
||||||
INC = -Iinclude -I/usr/include/rhash
|
INC = -Iinclude -I/usr/include/rhash
|
||||||
CFLAGS = -std=c++0x -Wall -fexceptions
|
CFLAGS = -std=c++11 -Wall -fexceptions -D_FILE_OFFSET_BITS=64
|
||||||
RESINC =
|
RESINC =
|
||||||
LIBDIR =
|
LIBDIR =
|
||||||
LIB = -lcurl -loauth -ljsoncpp -lhtmlcxx -lboost_system -lboost_filesystem -lboost_regex -lboost_program_options -lboost_date_time -ltinyxml -lrhash
|
LIB = -lcurl -loauth -ljsoncpp -lhtmlcxx -lboost_system -lboost_filesystem -lboost_regex -lboost_program_options -lboost_date_time -ltinyxml -lrhash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user