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.
74 lines
1.4 KiB
74 lines
1.4 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1989
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP = wins
|
|
MINORCOMP = winschk
|
|
|
|
TARGETNAME=winschk
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=\
|
|
$(BASEDIR)\public\sdk\lib\*\winsrpc.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcndr.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcutil.lib
|
|
USE_CRTDLL=1
|
|
|
|
UNICODE=1
|
|
NET_C_DEFINES=-DUNICODE
|
|
|
|
PRIVINC=$(BASEDIR)\private\inc
|
|
SDKINC=$(BASEDIR)\public\sdk\inc
|
|
SRVRINC=$(BASEDIR)\private\net\sockets\wins\server
|
|
IDLINC=$(SRVRINC)
|
|
INCLUDES=..\inc;$(SRVRINC)\server\inc;$(SRVRINC)\server\msg;$(IDLINC);$(PRIVINC)
|
|
|
|
SOURCES=\
|
|
winschk.cxx
|
|
# headers.cxx\
|
|
|
|
!IFNDEF SECURITY
|
|
SECURITY=1
|
|
!ENDIF
|
|
|
|
!IFNDEF DBG
|
|
DBG=1
|
|
!ENDIF
|
|
|
|
C_DEFINES=-DRPC_NO_WINDOWS_H -DWIN32 -DSECURITY=$(SECURITY) -DDBG=$(DBG) -D__JET500=1
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
#UMTYPE=console
|
|
#UMAPPL=winschk
|
|
#UMTEST=hexcod
|
|
#UMRES=$(@R).res
|
|
#UMLIBS= \
|
|
|
|
#NTTARGETFILE1=obj\*\winschk.res
|
|
|
|
PRECOMPILED_INCLUDE= headers.hxx
|