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.
42 lines
758 B
42 lines
758 B
|
|
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 2000 - 2000
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
!include ..\sources.inc
|
|
|
|
!MESSAGE INCLUDE=$(INCLUDE)
|
|
|
|
TARGETNAME=msobdl
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATH=obj
|
|
|
|
DLLDEF=msobdl.def
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\wininet.lib \
|
|
|
|
INCLUDES= \
|
|
$(OOBEINC)
|
|
|
|
UMTYPE=windows
|
|
|
|
SOURCES= \
|
|
boyer.cpp \
|
|
cabhdlr.cpp \
|
|
download.cpp \
|
|
msobdl.rc
|