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

1.1     ! root        1: # makefile for Maze
        !             2: 
        !             3: 
        !             4: 
        !             5: MAJORCOMP=windows
        !             6: MINORCOMP=base
        !             7: TARGETNAME=Maze
        !             8: TARGETTYPE=LIBRARY
        !             9: INCLUDES=.
        !            10: TARGETPATH=obj
        !            11: 
        !            12: NTDEBUG=ntsd
        !            13: NTDEBUGTYPE=windbg
        !            14: 386_OPTIMIZATION=/Od
        !            15: 
        !            16: SOURCES=bitmap.c draw.c drones.c initmaze.c network.c readsgrd.c \
        !            17:        mazewnd.c mazedlg.c scorewnd.c textwnd.c topwnd.c maze.rc
        !            18: 
        !            19: UMTYPE=windows
        !            20: UMLIBS=obj\*\Maze.lib \
        !            21:        obj\*\maze.res \
        !            22:        $(BASEDIR)\public\sdk\lib\*\winmm.lib
        !            23: 
        !            24: UMENTRY=winmain
        !            25: UMAPPL=maze
        !            26: 
        !            27: C_DEFINES=-DWIN32 -DNT
        !            28: MIPS_FLAGS=-D_cdecl=

unix.superglobalmegacorp.com

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