Annotation of mstools/samples/mapi/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: cflags=$(cflags) -DDEVL=1
                      6: 
                      7: all: MapiApp.exe
                      8: 
                      9: # Update the resource if necessary
                     10: 
                     11: MapiApp.res: MapiApp.rc MapiApp.h MapiApp.ico
                     12:     $(rc) $(rcvars) -r MapiApp.rc
                     13:     $(cvtres) -$(CPU) MapiApp.res -o MapiApp.rbj
                     14: 
                     15: # Update the object files if necessary
                     16: 
                     17: MapiApp.obj: MapiApp.c MapiApp.h
                     18:     $(cc) $(cdebug) $(cflags) $(cvars) MapiApp.c
                     19: 
                     20: Mapinit.obj: Mapinit.c MapiApp.h
                     21:     $(cc) $(cdebug) $(cflags) $(cvars) Mapinit.c
                     22: 
                     23: # Update the executable file if necessary, and if so, add the resource back in.
                     24: 
                     25: MapiApp.exe: MapiApp.obj Mapinit.obj MapiApp.res makefile
                     26:     $(link) $(linkdebug)  $(guiflags) -out:MapiApp.exe\
                     27:     MapiApp.obj Mapinit.obj MapiApp.rbj version.lib $(guilibsmt)

unix.superglobalmegacorp.com

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