Leaked source code of windows server 2003
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.
 
 
 
 
 
 

27 lines
438 B

!IF 0
Copyright (c) 1994 Microsoft Corporation
Copyright (c) 1993 Micro Computer Systems, Inc.
!ENDIF
TARGETNAME=nwsaplib
TARGETPATH=obj
TARGETTYPE=LIBRARY
USE_MSVCRT = 1
UNICODE=1
NET_C_DEFINES=-DUNICODE
SOURCES= \
advapi.c \
bindlib.c \
init.c
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
PASS1_PUBLISH= \
{$(O)\nwsaplib.lib=$(SDK_LIB_PATH)\nwsaplib.lib}