29 lines
362 B
Plaintext
29 lines
362 B
Plaintext
|
|
!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
|