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