Annotation of q_a/samples/othrproc/makefile, revision 1.1.1.3

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

unix.superglobalmegacorp.com

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