60 lines
1.2 KiB
Plaintext
60 lines
1.2 KiB
Plaintext
|
!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
|
||
|
|
||
|
TARGETNAME=ortest
|
||
|
TARGETTYPE=PROGRAM
|
||
|
TARGETPATH=bin
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\rpcrt4.lib \
|
||
|
$(SDK_LIB_PATH)\ntdll.lib \
|
||
|
|
||
|
LINKLIBS=..\..\idl\public\daytona\$(O)\pubidl.lib \
|
||
|
..\..\idl\internal\daytona\$(O)\priidl.lib \
|
||
|
$(BASEDIR)\private\rpc\runtime\rtifs\*\rtifs.lib
|
||
|
|
||
|
INCLUDES=$(BASEDIR)\private\types\idl;..;..\objex;obj
|
||
|
INCLUDES=$(INCLUDES);$(BASEDIR)\private\rpc\runtime\rtifs\obj
|
||
|
INCLUDES=$(INCLUDES);..\..\idl\public;..\..\idl\public\daytona\obj
|
||
|
INCLUDES=$(INCLUDES);..\..\idl\internal;..\..\idl\internal\daytona\obj
|
||
|
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
SOURCES= \
|
||
|
uor.rc \
|
||
|
umisc.cxx \
|
||
|
uor_c.c \
|
||
|
uor_s.c \
|
||
|
odeth_s.c \
|
||
|
ortest.c
|
||
|
|
||
|
RPCENV=-DNTENV -DWIN32RPC -DNTWIN32RPC
|
||
|
|
||
|
C_DEFINES=$(RPCENV) $(RPCTARGETENV) -DUNICODE
|
||
|
|
||
|
UMTYPE=console
|
||
|
UMAPPL=
|
||
|
UMINCL=
|
||
|
UMLIBS=
|
||
|
UMRES=
|
||
|
|
||
|
NTTARGETFILE0=testidl
|
||
|
|