mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 15:45:06 -04:00
fc7da35054
Some modifications to handle backslashes and forward slashes, along with some optimizations to speed up OTR generation.
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
TARGETNAME=StormLibWDK
|
|
TARGETTYPE=LIBRARY
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DWDK_BUILD
|
|
|
|
SOURCES=sources-cpp.cpp \
|
|
sources-wdk-bzip2.c \
|
|
sources-wdk-ltc.c \
|
|
sources-wdk-lzma.c \
|
|
sources-wdk-misc.c \
|
|
sources-wdk-tomcrypt.c \
|
|
sources-wdk-tommath.c \
|
|
sources-wdk-zlib.c
|