Annotation of q_a/samples/streblt/makefile, revision 1.1.1.2

1.1       root        1: # Nmake macros for building Windows 32-Bit apps
                      2: 
                      3: !include <ntwin32.mak>
                      4: 
                      5: all: streblt.exe
                      6: 
                      7: # Update the resource if necessary
                      8: 
1.1.1.2 ! root        9: streblt.rbj: streblt.rc streblt.h
        !            10:     rc -r -fo streblt.res streblt.rc
        !            11:     cvtres -$(CPU) streblt.res -o streblt.rbj
1.1       root       12: 
                     13: # Update the object file if necessary
                     14: 
                     15: streblt.obj: streblt.c streblt.h track.h
1.1.1.2 ! root       16:     $(cc) $(cdebug) $(cflags) $(cvars) streblt.c
1.1       root       17: 
                     18: track.obj: track.c track.h
1.1.1.2 ! root       19:     $(cc) $(cdebug) $(cflags) $(cvars) track.c
1.1       root       20: 
                     21: bitmap.obj: bitmap.c
1.1.1.2 ! root       22:     $(cc) $(cdebug) $(cflags) $(cvars) bitmap.c
1.1       root       23: 
                     24: # Update the executable file if necessary, and if so, add the resource back in.
                     25: 
1.1.1.2 ! root       26: streblt.exe: streblt.obj track.obj bitmap.obj streblt.rbj streblt.def
        !            27:     $(cvtobj) $(cvtdebug) *.obj
        !            28:     $(link) $(linkdebug) $(guiflags) -out:streblt.exe streblt.obj track.obj bitmap.obj streblt.rbj $(guilibs)

unix.superglobalmegacorp.com

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