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.
28 lines
390 B
28 lines
390 B
|
|
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 2000 - 2000
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
!include ..\sources.inc
|
|
|
|
TARGETNAME=obcommon
|
|
TARGETTYPE=LIBRARY
|
|
TARGETPATH=obj
|
|
|
|
INCLUDES= \
|
|
$(OOBEINC) \
|
|
$(BASE_INC_PATH)
|
|
|
|
SOURCES= \
|
|
cfactory.cpp \
|
|
cunknown.cpp \
|
|
registry.cpp \
|
|
util.cpp
|
|
|
|
SYNCHRONIZE_BLOCK=1
|