Annotation of mstools/samples/ddeml/client/makefile, revision 1.1.1.3

1.1       root        1: # Nmake macros for building Windows 32-Bit apps
                      2: 
                      3: !include <ntwin32.mak>
                      4: 
                      5: all: client.exe
                      6: 
                      7: # Update the resource if necessary
                      8: 
                      9: client.res: client.rc
1.1.1.2   root       10:     rc -r client.rc
                     11: 
                     12: client.rbj: client.res
                     13:     cvtres -$(CPU) client.res -o client.rbj
1.1       root       14: 
                     15: # Update the object file if necessary
                     16: 
                     17: clinit.obj: clinit.c
1.1.1.2   root       18:     $(cc) $(cflags) $(cvars) $(cdebug) clinit.c
1.1       root       19: 
                     20: dde.obj: dde.c
1.1.1.2   root       21:     $(cc) $(cflags) $(cvars) $(cdebug) dde.c
1.1       root       22: 
                     23: ddemlcl.obj: ddemlcl.c
1.1.1.2   root       24:     $(cc) $(cflags) $(cvars) $(cdebug) ddemlcl.c
1.1       root       25: 
                     26: dialog.obj: dialog.c
1.1.1.2   root       27:     $(cc) $(cflags) $(cvars) $(cdebug) dialog.c
1.1       root       28: 
                     29: huge.obj: huge.c
1.1.1.2   root       30:     $(cc) $(cflags) $(cvars) $(cdebug) huge.c
1.1       root       31: 
                     32: infoctrl.obj: infoctrl.c
1.1.1.2   root       33:     $(cc) $(cflags) $(cvars) $(cdebug) infoctrl.c
1.1       root       34: 
                     35: mem.obj: mem.c
1.1.1.2   root       36:     $(cc) $(cflags) $(cvars) $(cdebug) mem.c
1.1       root       37: 
                     38: track.obj: track.c
1.1.1.2   root       39:     $(cc) $(cflags) $(cvars) $(cdebug) track.c
1.1       root       40: 
1.1.1.2   root       41: client.exe: clinit.obj dde.obj ddemlcl.obj dialog.obj huge.obj infoctrl.obj mem.obj track.obj client.rbj client.def
                     42:     $(link) $(linkdebug) $(guiflags) -out:client.exe clinit.obj dde.obj ddemlcl.obj dialog.obj huge.obj infoctrl.obj mem.obj track.obj client.rbj $(guilibs)

unix.superglobalmegacorp.com

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