You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
844 B
34 lines
844 B
|
|
USE_NOLIBS = 1
|
|
NO_NTDLL = 1
|
|
TARGETNAME = sdsutils
|
|
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
UMTYPE = windows
|
|
|
|
TARGETLIBS = \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
|
|
SOURCES = \
|
|
strchr.c \
|
|
strrchr.c \
|
|
atol.c \
|
|
addpath.c \
|
|
fileexst.c \
|
|
strtoul.c \
|
|
NextTok.c \
|
|
strstr.c \
|
|
strstri.c \
|
|
ie4func.c \
|
|
space.c \
|
|
ultoa.c \
|
|
proxy.c \
|
|
regdel.c \
|
|
version.c \
|
|
grpconv.c \
|
|
crypto.c \
|
|
checks.c \
|
|
lfnpath.c
|
|
|
|
USE_PDB = 1
|