Source code of Windows XP (NT5)
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

  1. !include $(SPEECH_ROOT)\common\common.inc
  2. MAJORCOMP=sapi5
  3. MINORCOMP=RegCpl
  4. TARGETNAME=RegCpl
  5. TARGETPATH=$(_OBJ_DIR)
  6. TARGETTYPE=PROGRAM
  7. INCLUDES=$(INCLUDES);$(SDK_INC_PATH)
  8. TARGETLIBS=\
  9. $(SDK_LIB_PATH)\shfolder.lib
  10. UMTYPE=windows
  11. UMENTRY=winmain
  12. PRECOMPILED_INCLUDE = stdafx.h
  13. PRECOMPILED_PCH = stdafx.pch
  14. PRECOMPILED_OBJ = stdafx.obj
  15. PRECOMPILED_CXX = 1
  16. SOURCES= \
  17. regcpl.cpp