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.

35 lines
701 B

  1. #Copyright (c) 1998 - 1999 Microsoft Corporation
  2. MAJORCOMP=winutils
  3. MINORCOMP=c2cfg
  4. TARGETNAME=c2cfg
  5. TARGETPATH=obj
  6. TARGETTYPE=PROGRAM
  7. UMTYPE=windows
  8. UMENTRY=winmain
  9. # uncomment the following to build with 3D Control support
  10. #USING_3DCONTROLS=1
  11. USE_MFC=1
  12. USE_MSVCRT=1
  13. USE_MFCUNICODE=1
  14. SUBSYSTEM_VERSION=4.00
  15. PRECOMPILED_INCLUDE=stdafx.h
  16. PRECOMPILED_CXX=1
  17. SOURCES=\
  18. c2cfg.cpp \
  19. c2cfgDlg.cpp \
  20. c2cfg.rc \
  21. security.cpp
  22. UMLIBS=\
  23. $(SDK_LIB_PATH)\comdlg32.lib \
  24. $(SDK_LIB_PATH)\shell32.lib \
  25. $(SDK_LIB_PATH)\netapi32.lib \
  26. $(TERMSRV_LIB_PATH)\regapi.lib \
  27. $(TERMSRV_LIB_PATH)\utildll.lib \
  28. $(SDK_LIB_PATH)\winsta.lib