mirror of https://github.com/tongzx/nt5src
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.
24 lines
388 B
24 lines
388 B
!include $(SPEECH_ROOT)\common\common.inc
|
|
|
|
MAJORCOMP=sapi5
|
|
MINORCOMP=RegCpl
|
|
|
|
TARGETNAME=RegCpl
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
INCLUDES=$(INCLUDES);$(SDK_INC_PATH)
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\shfolder.lib
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
PRECOMPILED_INCLUDE = stdafx.h
|
|
PRECOMPILED_PCH = stdafx.pch
|
|
PRECOMPILED_OBJ = stdafx.obj
|
|
PRECOMPILED_CXX = 1
|
|
|
|
SOURCES= \
|
|
regcpl.cpp
|