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.

33 lines
493 B

  1. !IF 0
  2. Copyright (c) 1992-1997 Microsoft Corporation
  3. !ENDIF
  4. !ifdef PROJECT_ROOT
  5. ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  6. !else
  7. ! INCLUDE $(INETROOT)\build\paths.all
  8. !endif
  9. TARGETNAME=RCOptions
  10. TARGETPATH=obj
  11. TARGETTYPE=DYNLINK
  12. TARGETEXT=cpl
  13. USE_STATIC_ATL=1
  14. USE_MFCUNICODE=1
  15. C_DEFINES=-DUNICODE -D_UNICODE
  16. RCOPTIONS=-N
  17. DLLENTRY=DllMain
  18. SOURCES= \
  19. RCOptions.cpp \
  20. RCOptions.rc
  21. !INCLUDE $(INETROOT)\build\sources.all
  22. PRECOMPILED_CXX=1
  23. PRECOMPILED_INCLUDE=stdafx.h