mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
369 B
29 lines
369 B
MAJORCOMP=shell
|
|
MINORCOMP=wep
|
|
|
|
TARGETNAME=snake
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=.;..
|
|
|
|
USE_CRTDLL=1
|
|
|
|
C_DEFINES=-DWIN32
|
|
|
|
SOURCES=snake.c \
|
|
blk.c \
|
|
grafix.c \
|
|
pref.c \
|
|
rtns.c \
|
|
sound.c \
|
|
util.c \
|
|
res.rc
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
UMAPPL=snake
|
|
UMLIBS=..\aboutwep\obj\*\aboutwep.lib \
|
|
obj\*\snake.lib obj\*\res.res
|
|
|