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