Leaked source code of windows server 2003
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.

19 lines
790 B

  1. #//+---------------------------------------------------------------
  2. #//
  3. #// File: precomp1.inc
  4. #//
  5. #// Contents: directives for global precompiled include file when the
  6. #// sources file is two directories below com (or wherever
  7. #// this file is located). We could easily have precomp3 and
  8. #// precomp4 for other areas.The urlint.* files should not
  9. #// otherwise be mentioned in the sources files.
  10. #//
  11. #//
  12. #//----------------------------------------------------------------
  13. PRECOMPILED_CXX=1
  14. PRECOMPILED_INCLUDE=..\..\inc\agent.h
  15. PRECOMPILED_TARGET=$(GPCH_BUILD)\$(_OBJ_DIR)\*\agent.pch
  16. PRECOMPILED_OPTION=/Yuagent.h /Fp$(GPCH_BUILD)\$(_OBJ_DIR)\*\agent.pch
  17. PRECOMPILED_OBJ=$(GPCH_BUILD)\$(_OBJ_DIR)\*\agent.obj
  18.