Annotation of mstools/samples/output/makefile, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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