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