cmdLine.c
上传用户:dqzhongke1
上传日期:2022-06-26
资源大小:667k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* cmdLine.c - command line build file include  */
  2. /*
  3.  * Copyright (c) 2005 Wind River Systems, Inc.
  4.  *
  5.  * The right to copy, distribute, modify, or otherwise make use
  6.  * of this software may be licensed only pursuant to the terms
  7.  * of an applicable Wind River license agreement.
  8.  */
  9. /*
  10. modification history
  11. --------------------
  12. 01a,04dec05,dtr  Created
  13. */
  14. #ifndef INC_cmdLineH
  15. #define INC_cmdLineH
  16. #ifdef INCLUDE_VXBUS
  17. #ifndef PRJ_BUILD
  18. #include <vxWorks.h>
  19. #include <config.h>
  20. #include <../src/hwif/util/cmdLineBuild.c>
  21. #endif /* PRJ_BUILD */
  22. #endif /* INCLUDE_VXBUS */
  23. #endif /* INC_cmdLineH */