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.
17 lines
340 B
17 lines
340 B
!ifndef CAP_BUILD
|
|
CAP_BUILD=0
|
|
!endif
|
|
|
|
TARGETNAME=pdhcalc
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PASS0_PUBLISH={pdhicalc.h=$(SDKTOOLS_INC_PATH)\pdhicalc.h}
|
|
PASS1_PUBLISH={$(TARGETPATH)\$(TARGET_DIRECTORY)\pdhcalc.lib=$(SDKTOOLS_LIB_PATH)\pdhcalc.lib}
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES=calcfuns.c \
|
|
statfuns.c
|
|
|
|
USE_MSVCRT=1
|