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.
28 lines
442 B
28 lines
442 B
MAJORCOMP=midimon
|
|
MINORCOMP=monitor
|
|
|
|
TARGETNAME=MIDIMON
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=obj
|
|
|
|
INCLUDES= .;..
|
|
|
|
USE_CRTDLL=1
|
|
|
|
MIPS_FLAGS=-D_cdecl=
|
|
|
|
SOURCES=about.c \
|
|
circbuf.c \
|
|
display.c \
|
|
filter.c \
|
|
instdata.c \
|
|
midimon.rc \
|
|
prefer.c
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
UMAPPL=midimon
|
|
UMLIBS=.\obj\*\midimon.lib \
|
|
.\obj\*\midimon.res \
|
|
..\callback\obj\*\callback.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\winmm.lib
|