Annotation of q_a/samples/mdi/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: # This line allows NMAKE to work as well
                      6: 
                      7: all: mdi.exe
                      8: 
                      9: # Update the object files if necessary
                     10: 
                     11: mdi.obj: mdi.c
                     12:     $(cc) $(cflags) $(cvars) mdi.c
                     13:     $(cvtobj)
                     14: 
                     15: # Update the resources if necessary
                     16: 
                     17: res.res: res.rc mdi.h
                     18:     rc -r -fo mdi.tmp res.rc
                     19:     cvtres -$(CPU) mdi.tmp -o res.res
                     20:     del mdi.tmp
                     21: 
                     22: # Update the executable file if necessary.
                     23: # If so, add the resource back in.
                     24: 
                     25: mdi.exe: mdi.obj res.res
                     26:     $(link) $(guiflags) -out:mdi.exe mdi.obj res.res $(guilibs)

unix.superglobalmegacorp.com

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