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.

40 lines
508 B

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\samples\rdcert=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=samples
  9. MINORCOMP=rdcert
  10. TARGETNAME=rdcert
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=PROGRAM
  13. UMTYPE=console
  14. 386_STDCALL=1
  15. TARGETLIBS=\
  16. ..\..\cert\obj\*\rdmkcert.lib
  17. #
  18. # List of sources
  19. #
  20. SOURCES=\
  21. rdcert.rc \
  22. rdcert.cpp
  23. #
  24. # Precompiled specs
  25. #
  26. PRECOMPILED_INCLUDE = precomp.h
  27. PRECOMPILED_PCH = precomp.pch
  28. PRECOMPILED_OBJ = precomp.obj
  29. PRECOMPILED_CXX = 1