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