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
673 B

#
# build instructions for the Vidcap user-mode library
#
MAJORCOMP=windows
MINORCOMP=avi
TARGETNAME=vcuser
TARGETPATH=obj
TARGETTYPE=LIBRARY
UMTYPE=windows
C_DEFINES=-DUNICODE
# Define libs we need and where to find them
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\libc.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
$(BASEDIR)\public\sdk\lib\*\winmm.lib
INCLUDES=..\inc;$(BASEDIR)\private\windows\media\avi\inc
SOURCES= \
vcuser.c \
vcworker.c \
vcinstal.c \
registry.c \
debug.c