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.
56 lines
1.1 KiB
56 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
|
|
|
|
TARGETNAME=ortest
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=bin
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ntdll.lib \
|
|
|
|
LINKLIBS=$(BASEDIR)\private\dcomidl\obj\*\dcomidl.lib \
|
|
$(BASEDIR)\private\rpc\runtime\rtifs\*\rtifs.lib
|
|
|
|
INCLUDES=$(BASEDIR)\private\types\idl;$(BASEDIR)\private\dcomidl;$(BASEDIR)\private\dcomidl\obj;.;..;..\objex;obj
|
|
INCLUDES=$(INCLUDES);$(BASEDIR)\private\rpc\runtime\rtifs\obj
|
|
|
|
BLDCRT=1
|
|
MSC_WARNING_LEVEL=/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
|
|
|