File:  [WindowsNT SDKs] / mstools / samples / rpc / data / dunion / makefile.dos
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:20:59 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-jun-1992, HEAD
Microsoft Windows NT Build 297 06-28-1992

#*************************************************************#
#**                                                         **#
#**                 Microsoft RPC Examples                  **#
#**		      dunion Application		    **#
#**	       Copyright(c) Microsoft Corp. 1992	    **#
#**                                                         **#
#*************************************************************#
!INCLUDE ..\..\makefile.dos

all : dunionc

cc= cl
cflags= -c -AL -Gsw -Oas -Zpe -Zi -I$(OSINCLUDE)
linker= link
lflags= /CO /NOD

# Make the client side application dunionc
dunionc : dunionc.exe
dunionc.exe : dunionc.obj dunion_c.obj dunion_x.obj
    $(linker) $(lflags) dunionc dunion_c dunion_x,,,\
    oldnames llibce rpc rpcndr;

# Update the object files if necessary

dunionc.obj: dunionc.c dunion.h
   $(cc) $(cflags) $(cvars) dunionc.c

dunion_c.obj : dunion_c.c dunion.h
   $(cc) $(cflags) $(cvars) -W1 dunion_c.c

dunion_x.obj : dunion_x.c dunion.h
   $(cc) $(cflags) $(cvars) -W1 dunion_x.c

dunion.h dunion_c.c dunion_x.c : dunion.idl dunion.acf
   midl dunion.idl -no_cpp

# Clean up everything
cleanall : clean
    -del dunionc.exe

# Clean up everything but the .EXEs
clean :
    -del *.obj
    -del *.map
    -del dunion_c.c
    -del dunion_x.c
    -del dunion_s.c
    -del dunion_y.c
    -del dunion.h

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.