Annotation of mstools/samples/mazelord/makefile, revision 1.1

1.1     ! root        1: !include <ntwin32.mak>
        !             2: 
        !             3: all: maze.exe
        !             4: 
        !             5: # Update the resources if necessary
        !             6: 
        !             7: maze.res: maze.rc
        !             8:     rc -DWIN32 -r maze.rc
        !             9: 
        !            10: maze.rbj: maze.res
        !            11:     cvtres -$(CPU) maze.res -o maze.rbj
        !            12: 
        !            13: maze.exe: bitmap.obj draw.obj drones.obj initmaze.obj network.obj readsgrd.obj \
        !            14:        mazewnd.obj mazedlg.obj scorewnd.obj textwnd.obj topwnd.obj maze.rbj \
        !            15:         maze.obj
        !            16:   $(link) $(linkdebug) $(guiflags) -out:$*.exe $** $(guilibs) winmm.lib advapi32.lib
        !            17: 
        !            18: .c.obj:
        !            19:   $(cc) $(cdebug) $(cflags) $(cvars) $*.c

unix.superglobalmegacorp.com

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