Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

32 lines
596 B

#
# Create a Win32 application
#
MAJORCOMP=windows
MINORCOMP=MciTest
TARGETNAME=MciTest
TARGETTYPE=PROGRAM
UMTYPE=windows
# Define where APP.EXE will go.
TARGETPATH=..\obj
# Define the path to search for include files
INCLUDES=$(BASEDIR)\private\windows\media\inc
# list each C and RC source file
SOURCES=mcitest.c \
mcitest.rc \
edit.c \
fileopen.c \
debug.c
# List any libraries not included by WIN32LIBS in MAKEFILE.DEF
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\winmm.lib \
$(BASEDIR)\public\sdk\lib\*\comdlg32.lib