Annotation of mstools/samples/ole/srvrdemo/makefile, revision 1.1.1.3

1.1       root        1: 
                      2: !include <ntwin32.mak>
                      3: 
1.1.1.2   root        4: my_lib = advapi32.lib olesvr32.lib
1.1       root        5: 
                      6: all: srvrdemo.exe
                      7: 
                      8: # Update the resource if necessary
                      9: 
                     10: srvrdemo.res: srvrdemo.rc
1.1.1.3 ! root       11:     $(rc) $(rcvars) -r srvrdemo.rc
1.1.1.2   root       12: 
                     13: srvrdemo.rbj: srvrdemo.res
                     14:     cvtres -$(CPU) srvrdemo.res -o srvrdemo.rbj
1.1       root       15: 
                     16: # Update the object file if necessary
                     17: 
                     18: srvrdemo.obj:  srvrdemo.c
1.1.1.2   root       19:     $(cc) $(cflags) $(cvars) $(cdebug) srvrdemo.c
1.1       root       20: 
                     21: doc.obj:   doc.c
1.1.1.2   root       22:     $(cc) $(cflags) $(cvars) $(cdebug) doc.c
1.1       root       23: 
                     24: obj.obj:   obj.c
1.1.1.2   root       25:     $(cc) $(cflags) $(cvars) $(cdebug) obj.c
1.1       root       26: 
                     27: file.obj:   file.c
1.1.1.2   root       28:     $(cc) $(cflags) $(cvars) $(cdebug) file.c
1.1       root       29: 
                     30: server.obj: server.c
1.1.1.2   root       31:     $(cc) $(cflags) $(cvars) $(cdebug) server.c
1.1       root       32: 
                     33: # Update the executable file if necessary, and if so, add the resource back in.
                     34: 
1.1.1.2   root       35: srvrdemo.exe: srvrdemo.obj doc.obj obj.obj server.obj file.obj srvrdemo.rbj srvrdemo.def
                     36:     $(link) $(linkdebug) $(guiflags) -out:srvrdemo.exe srvrdemo.obj file.obj doc.obj obj.obj server.obj srvrdemo.rbj $(guilibs) $(my_lib)

unix.superglobalmegacorp.com

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