windows-nt/Source/XPSP1/NT/multimedia/media/mcihwnd/sources

38 lines
646 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!if 0
Copyright (c) 1992 Microsoft Corporation
!endif
#
# Create a Win32 application
#
MAJORCOMP=windows
MINORCOMP=mcihwnd
# Define the name and type of the application
TARGETNAME=MciHwnd
TARGETTYPE=PROGRAM
UMTYPE=windows
# Define where APP.EXE will go.
#TARGETPATH=..\test\obj
TARGETPATH=obj
# Define the path to search for include files
INCLUDES=\nt\public\sdk\inc;\nt\public\sdk\inc\crt;..\winmm;..\inc;..\..\inc
# list each C and RC source file
SOURCES=mcihwnd.c \
mcihwnd.rc \
debug.c
# List any libraries not included by WIN32LIBS in MAKEFILE.DEF
TARGETLIBS=$(SDK_LIB_PATH)\winmm.lib
# TARGETLIBS=