|
|
1.1 ! root 1: #*************************************************************# ! 2: #** **# ! 3: #** Microsoft RPC Examples **# ! 4: #** usrdef Application **# ! 5: #** Copyright(c) Microsoft Corp. 1992 **# ! 6: #** **# ! 7: #*************************************************************# ! 8: !INCLUDE ..\..\makefile.dos ! 9: ! 10: all : usrdefc ! 11: ! 12: cc= cl ! 13: cflags= -c -AL -Gsw -Oas -Zpe -Zi -I$(OSINCLUDE) ! 14: linker= link ! 15: lflags= /CO /NOD ! 16: ! 17: # Make the client side application usrdefc ! 18: usrdefc : usrdefc.exe ! 19: usrdefc.exe : usrdefc.obj usrdef_c.obj usrdef_x.obj ! 20: $(linker) $(lflags) usrdefc usrdef_c usrdef_x,,,\ ! 21: oldnames llibce rpc rpcndr; ! 22: ! 23: # Update the object files if necessary ! 24: ! 25: usrdefc.obj: usrdefc.c usrdef.h ! 26: $(cc) $(cflags) $(cvars) usrdefc.c ! 27: ! 28: usrdef_c.obj : usrdef_c.c usrdef.h ! 29: $(cc) $(cflags) $(cvars) -W1 usrdef_c.c ! 30: ! 31: usrdef_x.obj : usrdef_x.c usrdef.h ! 32: $(cc) $(cflags) $(cvars) -W1 usrdef_x.c ! 33: ! 34: usrdef.h usrdef_c.c usrdef_x.c : usrdef.idl usrdef.acf ! 35: midl usrdef.idl -no_cpp ! 36: ! 37: # Clean up everything ! 38: cleanall : clean ! 39: -del usrdefc.exe ! 40: ! 41: # Clean up everything but the .EXEs ! 42: clean : ! 43: -del *.obj ! 44: -del *.map ! 45: -del usrdef_c.c ! 46: -del usrdef_x.c ! 47: -del usrdef_s.c ! 48: -del usrdef_y.c ! 49: -del usrdef.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.