Annotation of mstools/samples/multipad/makefile, revision 1.1

1.1     ! root        1: # Some nmake macros for building Win32 applications
        !             2: 
        !             3: !include <ntwin32.mak>
        !             4: 
        !             5: all: multipad.exe
        !             6: 
        !             7: OBJS = multipad.obj mpinit.obj mpfile.obj mpfind.obj mpprint.obj mpopen.obj
        !             8: 
        !             9: multipad.obj: multipad.c multipad.h
        !            10:     $(cc) $(cflags) $(cvars) $(cdebug) $*.c
        !            11: 
        !            12: mpinit.obj: mpinit.c multipad.h
        !            13:     $(cc) $(cflags) $(cvars) $(cdebug) $*.c
        !            14: 
        !            15: mpfind.obj: mpfind.c multipad.h
        !            16:     $(cc) $(cflags) $(cvars) $(cdebug) $*.c
        !            17: 
        !            18: mpfile.obj: mpfile.c multipad.h
        !            19:     $(cc) $(cflags) $(cvars) $(cdebug) $*.c
        !            20: 
        !            21: mpprint.obj: mpprint.c multipad.h
        !            22:     $(cc) $(cflags) $(cvars) $(cdebug) $*.c
        !            23: 
        !            24: mpopen.obj: mpopen.c multipad.h
        !            25:     $(cc) $(cflags) $(cvars) $(cdebug) $*.c
        !            26: 
        !            27: multipad.res: multipad.rc multipad.h mp300.ico
        !            28:     rc -r multipad.rc
        !            29: 
        !            30: multipad.rbj: multipad.res
        !            31:     cvtres -$(CPU) multipad.res -o multipad.rbj
        !            32: 
        !            33: multipad.exe: $(OBJS) multipad.def multipad.rbj
        !            34:     $(cvtobj) $(cvtdebug) *.obj
        !            35:     $(link) $(linkdebug) $(guiflags) -out:multipad.exe multipad.obj mpinit.obj \
        !            36:     mpfile.obj mpfind.obj mpprint.obj mpopen.obj multipad.rbj $(guilibs)

unix.superglobalmegacorp.com

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