windows-nt/Source/XPSP1/NT/base/ntsetup/oobe/common/sources
2020-09-26 16:20:57 +08:00

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