Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

41 lines
877 B

!if 0
Copyright (c) 1995 - 1999 Microsoft Corporation. All Rights Reserved.
!endif
ROOT=$(MAKEDIR:\filters\image2\RndLess=)
!include $(ROOT)\common.inc
TARGETNAME=RndLess
TARGETPATH=$(ROOT)\lib$(BUILD_ALT_DIR)
TARGETTYPE=PROGRAM
UMTYPE=windows
UMENTRY=winmain
USE_MSVCRT=1
INCLUDES= \
$(INCLUDES);$(SDK_INC_PATH)\atl21
C_DEFINES=$(C_DEFINES)
SOURCES= \
App.cpp \
Commands.cpp \
VCDPlyer.cpp \
AllocPresenter.cpp \
vcdplyer.rc
LINKLIBS= \
$(STRMBASE_LIB) \
..\AllocLib\$(O)\AllocLib.lib
TARGETLIBS= \
$(STRMBASE_LIB) \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\version.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\winmm.lib \
$(SDK_LIB_PATH)\ddraw.lib