Annotation of q_a/samples/hooks/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: hooktest.exe
                      6: 
                      7: # Update the resource if necessary
                      8: 
                      9: hooktest.res: hooktest.rc hooktest.h
                     10:     $(rc) -r -fo hooktest.tmp hooktest.rc
                     11:     $(cvtres) -$(CPU) hooktest.tmp -o hooktest.res
                     12:     del hooktest.tmp
                     13: 
                     14: # Update the object file if necessary
                     15: 
                     16: hooktest.obj: hooktest.c hooktest.h
                     17:     $(cc) $(cdebug) $(cflags) $(cvars) hooktest.c
                     18: 
                     19: # Update the executable file if necessary, and if so, add the resource back in.
                     20: 
                     21: hooktest.exe: hooktest.obj hooktest.res
                     22:     $(link) $(linkdebug) $(guiflags) -out:hooktest.exe hooktest.obj hooktest.res $(guilibs)

unix.superglobalmegacorp.com

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