Annotation of q_a/samples/scrnsave/makefile, revision 1.1

1.1     ! root        1: # some NT Win32 nmake macros
        !             2: # for now this resides in samples\inc
        !             3: 
        !             4: !include <ntwin32.mak>
        !             5: 
        !             6: cvars=-DNT -DWIN -DWIN32
        !             7: obj=obj
        !             8: guiflags=-subsystem:windows -entry:mainCRTStartup
        !             9: 
        !            10: mycflag = -Fo.\$(obj)\\
        !            11: 
        !            12: all: fractal.scr
        !            13: 
        !            14: # Update the object file if necessary
        !            15: 
        !            16: $(obj)\fractal.obj: fractal.c fractal.h fractal.def
        !            17:     IF NOT EXIST $(obj) md obj
        !            18:     $(cc) $(cdebug) $(cflags) $(mycflag) $(cvars) fractal.c
        !            19: 
        !            20: # Update the resources if necessary
        !            21: 
        !            22: $(obj)\fractal.rbj: fractal.rc fractal.h
        !            23:     rc -r -fo .\$(obj)\fractal.res fractal.rc
        !            24:     cvtres -$(CPU) $(obj)\fractal.res -o $(obj)\fractal.rbj
        !            25: 
        !            26: # Update the executable file if necessary, and if so, add the resource back in.
        !            27: 
        !            28: fractal.scr: $(obj)\fractal.obj \
        !            29:             $(obj)\fractal.rbj
        !            30:     $(link) $(linkdebug) $(guiflags) -out:fractal.scr   \
        !            31:     $(obj)\fractal.obj \
        !            32:     $(obj)\fractal.rbj $(guilibs) scrnsave.lib

unix.superglobalmegacorp.com

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