Annotation of mstools/win32s/ut/samples/utsample/makefile.16, revision 1.1.1.1

1.1       root        1: OS=DOS
                      2: ENV=WIN16
                      3: 
                      4: # If this generates the error "Unable to open DOSWIN16.MAK" then you need
                      5: # to put a copy of that file (from the GENERIC sample code directory)
                      6: # into a directory on your INCLUDE environment variable
                      7: 
                      8: !include <$(OS)$(ENV).MAK>
                      9: 
                     10: proj = utsamp
                     11: 
                     12: all: $(proj)16.dll
                     13: 
                     14: 
                     15: # Update the object file if necessary
                     16: $(proj)16.obj: $*.c $(proj).h
                     17:     $(cc) $(cflags) $(cvars) $(cdebug) /Od /Zi $*.c
                     18: 
                     19: 
                     20: $(proj)16.dll: $*.obj $*.def
                     21:     $(link) $(guiflags) $*.obj libentry.obj, $*.dll,$*.map,libw mlibcew, $*.DEF /LI /CO /MAP

unix.superglobalmegacorp.com

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