Annotation of mstools/samples/dyndlg/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: dyndlg.exe dyndlg.hlp
                      6: 
                      7: 
                      8: # Update the resource if necessary
                      9: 
                     10: dyndlg.rbj: dyndlg.rc dyndlg.h
                     11:     rc -r -fo dyndlg.res dyndlg.rc
                     12:     cvtres -$(CPU) dyndlg.res -o dyndlg.rbj
                     13: 
                     14: 
                     15: # Update the online help file if necessary.
                     16: 
                     17: dyndlg.hlp: dyndlg.hpj dyndlg.rtf
                     18:     @if exist dyndlg.PH del dyndlg.PH
                     19:     hc -n dyndlg.hpj
                     20: 
                     21: 
                     22: # Update the object file if necessary
                     23: 
                     24: dyndlg.obj: dyndlg.c dyndlg.h
                     25:     $(cc) $(cdebug) $(cflags) $(cvars) dyndlg.c
                     26: 
                     27: 
                     28: # Update the executable file if necessary, and if so, add the resource back in.
                     29: 
                     30: dyndlg.exe: dyndlg.obj dyndlg.rbj
                     31:     $(link) $(linkdebug) $(guiflags) -out:dyndlg.exe dyndlg.obj dyndlg.rbj $(guilibs)

unix.superglobalmegacorp.com

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