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.
49 lines
1.1 KiB
49 lines
1.1 KiB
!IF 0
|
|
|
|
Copyright (c) 1995 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.
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETPATH=.
|
|
LINKLIBS=$(BASEDIR)\private\dcomidl\obj\*\dcomidl.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\epmap.lib \
|
|
..\..\lib\daytona\*\objex.lib \
|
|
..\..\..\common\daytona\obj\*\common.lib \
|
|
..\..\..\com\inc\daytona\obj\*\inc.lib \
|
|
..\..\..\com\rot\daytona\obj\*\rot.lib \
|
|
..\..\..\ilib\daytona\obj\*\uuid.lib \
|
|
..\..\lib\daytona\*\olescm.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\userenv.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ole32.lib
|
|
|
|
INCLUDES=..\..; \
|
|
..\..\..\ih
|
|
|
|
RPCENV=-DNTENV -DWIN32RPC -DNTWIN32RPC
|
|
C_DEFINES=$(RPCENV) -DUNICODE
|
|
|
|
SOURCES= \
|
|
..\dcomss.rc \
|
|
..\epts.c \
|
|
..\start.cxx
|
|
|
|
NTPROFILEINPUT=yes
|
|
|