File:  [WindowsNT SDKs] / mstools / samples / mazelord / makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:24:32 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-nov-1993, ntsdk-jul-1993, HEAD
Microsoft Windows NT Build 511 (SDK Final Release) 07-24-1993

!include <ntwin32.mak>

all: maze.exe

# Update the resources if necessary

maze.res: maze.rc
    rc -DWIN32 -r maze.rc

maze.rbj: maze.res
    cvtres -$(CPU) maze.res -o maze.rbj

maze.exe: bitmap.obj draw.obj drones.obj initmaze.obj network.obj readsgrd.obj \
	mazewnd.obj mazedlg.obj scorewnd.obj textwnd.obj topwnd.obj maze.rbj \
        maze.obj
  $(link) $(linkdebug) $(guiflags) -out:$*.exe $** $(guilibs) winmm.lib advapi32.lib

.c.obj:
  $(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.