mirror of https://github.com/lianthony/NT4.0
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.
32 lines
542 B
32 lines
542 B
!IF 0
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
Copyright (c) 1993 Micro Computer Systems, Inc.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=net
|
|
MINORCOMP=nwsaplib
|
|
|
|
TARGETNAME=nwsaplib
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_CRTDLL = 1
|
|
|
|
INCLUDES=.;..\..\..\inc;..\..\..\..\inc
|
|
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
|
|
SOURCES= \
|
|
advapi.c \
|
|
bindlib.c \
|
|
init.c
|
|
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\$(TARGETNAME).lib\
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|