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.
37 lines
492 B
37 lines
492 B
|
|
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1989 - 2001
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
Abstract:
|
|
|
|
Author:
|
|
|
|
Dan Griffin
|
|
|
|
Revision History:
|
|
|
|
12/4/01 Created
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=csplib
|
|
TARGETPATH=..\bin\$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES= $(NTINCLUDES); \
|
|
$(DS_INC_PATH); \
|
|
$(SECURITY_INC); \
|
|
..\inc
|
|
|
|
C_DEFINES=$(C_DEFINES)
|
|
|
|
UMTYPE=console
|
|
|
|
SOURCES=csplib.c
|
|
|
|
C_DEFINES=$(C_DEFINES)
|