mirror of https://github.com/tongzx/nt5src
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.
34 lines
474 B
34 lines
474 B
!if 0
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
!endif
|
|
|
|
#
|
|
# Create a Win32 application
|
|
#
|
|
MAJORCOMP=media
|
|
MINORCOMP=mci
|
|
|
|
#
|
|
# Define the name and type of the application
|
|
#
|
|
TARGETNAME=msmcivcr
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
#
|
|
# Define where APP.EXE will go.
|
|
#
|
|
TARGETPATH=obj
|
|
|
|
|
|
#
|
|
# list each C and RC source file
|
|
#
|
|
SOURCES=msmcivcr.c msmcivcr.rc
|
|
|
|
|
|
#
|
|
# List any libraries not included by WIN32LIBS in MAKEFILE.DEF
|
|
#
|
|
TARGETLIBS=..\mcivisca\obj\*\mcivis32.lib
|