|
|
Microsoft Windows NT Build 297 06-28-1992
#*************************************************************#
#** **#
#** Microsoft RPC Examples **#
#** cxhndl Application **#
#** Copyright(c) Microsoft Corp. 1992 **#
#** **#
#*************************************************************#
!INCLUDE ..\..\makefile.dos
all : cxhndlc
cc= cl
cflags= -c -AL -Gsw -Oas -Zpe -Zi -I$(OSINCLUDE)
linker= link
lflags= /CO /NOD
# Make the client side application cxhndlc
cxhndlc : cxhndlc.exe
cxhndlc.exe : cxhndlc.obj cxhndl_c.obj cxhndl_x.obj
$(linker) $(lflags) cxhndlc cxhndl_c cxhndl_x,,,\
oldnames llibce rpc rpcndr;
# Update the object files if necessary
cxhndlc.obj: cxhndlc.c cxhndl.h
$(cc) $(cflags) $(cvars) cxhndlc.c
cxhndl_c.obj : cxhndl_c.c cxhndl.h
$(cc) $(cflags) $(cvars) -W1 cxhndl_c.c
cxhndl_x.obj : cxhndl_x.c cxhndl.h
$(cc) $(cflags) $(cvars) -W1 cxhndl_x.c
cxhndl.h cxhndl_c.c cxhndl_x.c : cxhndl.idl cxhndl.acf
midl cxhndl.idl -cpp_cmd $(cc) -cpp_opt "-E"
# Clean up everything
cleanall : clean
-del cxhndlc.exe
# Clean up everything but the .EXEs
clean :
-del *.obj
-del *.map
-del cxhndl_c.c
-del cxhndl_x.c
-del cxhndl_s.c
-del cxhndl_y.c
-del cxhndl.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.