Annotation of mstools/samples/fontview/makefile.w31, revision 1.1.1.1

1.1       root        1: # This line allows NMAKE to work as well
                      2: 
                      3: all: FontView.exe
                      4: 
                      5: # Update the resource if necessary
                      6: 
                      7: FontView.res: FontView.rc FontView.h
                      8:     rc -r FontView.rc
                      9: 
                     10: # Update the object file if necessary
                     11: 
                     12: FontView.obj: FontView.c FontView.h
                     13:     cl -c -AS -Gsw -Oas -Zpe FontView.c
                     14: 
                     15: # Update the executable file if necessary, and if so, add the resource back in.
                     16: 
                     17: FontView.exe: FontView.obj FontView.def
                     18:     link /NOD FontView,,, /NOI /NOD:SLIBCE SLIBCEW libw, FontView.def
                     19:     rc FontView.res
                     20: 
                     21: # If the .res file is new and the .exe file is not, update the resource.
                     22: # Note that the .rc file can be updated without having to either 
                     23: # compile or link the file.
                     24: 
                     25: FontView.exe: FontView.res
                     26:     rc FontView.res

unix.superglobalmegacorp.com

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