Annotation of mstools/samples/rpc/hello/makefile.dos, revision 1.1

1.1     ! root        1: #*************************************************************#
        !             2: #**                                                         **#
        !             3: #**                 Microsoft RPC Examples                  **#
        !             4: #**                  hello Application                     **#
        !             5: #**           Copyright(c) Microsoft Corp. 1992            **#
        !             6: #**                                                         **#
        !             7: #*************************************************************#
        !             8: !INCLUDE ..\makefile.dos
        !             9: 
        !            10: all : helloc
        !            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 helloc
        !            18: helloc : helloc.exe
        !            19: helloc.exe : helloc.obj hello_c.obj hello_x.obj
        !            20:     $(linker) $(lflags) helloc hello_c hello_x,,,\
        !            21:     oldnames llibce rpc rpcndr;
        !            22: 
        !            23: # Update the object files if necessary
        !            24: 
        !            25: helloc.obj: helloc.c hello.h
        !            26:    $(cc) $(cflags) $(cvars) helloc.c
        !            27: 
        !            28: hello_c.obj : hello_c.c hello.h
        !            29:    $(cc) $(cflags) $(cvars) -W1 hello_c.c
        !            30: 
        !            31: hello_x.obj : hello_x.c hello.h
        !            32:    $(cc) $(cflags) $(cvars) -W1 hello_x.c
        !            33: 
        !            34: hello.h hello_c.c hello_x.c : hello.idl hello.acf
        !            35:    midl hello.idl -no_cpp
        !            36: 
        !            37: # Clean up everything
        !            38: cleanall : clean
        !            39:     -del helloc.exe
        !            40: 
        !            41: # Clean up everything but the .EXEs
        !            42: clean :
        !            43:     -del *.obj
        !            44:     -del *.map
        !            45:     -del hello_c.c
        !            46:     -del hello_x.c
        !            47:     -del hello_s.c
        !            48:     -del hello_y.c
        !            49:     -del hello.h

unix.superglobalmegacorp.com

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