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.

31 lines
1.1 KiB

  1. #//+---------------------------------------------------------------
  2. #//
  3. #// File: precom2.inc
  4. #//
  5. #// Contents: directives for global precompiled include file when the
  6. #// sources file is two directories below ole232 (or wherever
  7. #// this file is located. We could easily have precomp3 and
  8. #// precomp4 for other areas. The ole2int.obj\* files should not
  9. #// otherwise be mentioned in the sources files.
  10. #//
  11. #// History: 18-May-94 CraigWi Created
  12. #// 23-May-94 BillMo Cairo fixed.
  13. #//----------------------------------------------------------------
  14. !ifdef OLE32ROOT
  15. PCH_ROOT=$(OLE32ROOT)\ole232
  16. !else
  17. PCH_ROOT=..\..
  18. !endif
  19. INCLUDES=$(INCLUDES);..\..\..\idl\private\$(DEST_TREE)\$(O)
  20. INCLUDES=$(INCLUDES);..\..\..\idl\public\$(DEST_TREE)\$(O)
  21. INCLUDES=$(INCLUDES);$(BASE_INC_PATH)
  22. PRECOMPILED_CXX=1
  23. PRECOMPILED_INCLUDE=..\..\inc\le2int.h
  24. PRECOMPILED_TARGET=..\..\inc\$(GPCH_BUILD)\$(_OBJ_DIR)\*\le2int.pch
  25. PRECOMPILED_OPTION=/Yule2int.h /Fp..\..\inc\$(GPCH_BUILD)\$(_OBJ_DIR)\*\le2int.pch
  26. PRECOMPILED_OBJ=$(PCH_ROOT)\inc\$(GPCH_BUILD)\$(_OBJ_DIR)\*\le2int.obj