Annotation of mstools/samples/polydraw/makefile, revision 1.1.1.2

1.1       root        1: # Nmake macros for building Windows 32-Bit apps
                      2: 
                      3: !include <ntwin32.mak>
                      4: 
                      5: all: polydraw.exe
                      6: 
                      7: # Update the resource if necessary
                      8: 
1.1.1.2 ! root        9: polydraw.rbj: polydraw.rc polydraw.h
        !            10:     rc -r -fo polydraw.res polydraw.rc
        !            11:     cvtres -$(CPU) polydraw.res -o polydraw.rbj
1.1       root       12: 
                     13: # Update the object file if necessary
                     14: 
                     15: polydraw.obj: polydraw.c polydraw.h
1.1.1.2 ! root       16:     $(cc) $(cdebug) $(cflags) $(cvars) polydraw.c
1.1       root       17: 
                     18: # Update the executable file if necessary, and if so, add the resource back in.
                     19: 
1.1.1.2 ! root       20: polydraw.exe: polydraw.obj polydraw.rbj polydraw.def
1.1       root       21:     $(cvtobj) $(cvtdebug) *.obj
1.1.1.2 ! root       22:     $(link) $(linkdebug) $(guiflags) -out:polydraw.exe polydraw.obj polydraw.rbj $(guilibs)

unix.superglobalmegacorp.com

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