home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / XenonSource.exe / demo3 / Demo3.vpj < prev    next >
Encoding:
Text File  |  2000-09-13  |  1.9 KB  |  82 lines

  1. //=======================================================================
  2. //@V@:Note: Project File generated by VIDE: (19:53:53 13 Sep 2000).
  3. //CAUTION! Hand edit only if you know what you are doing!
  4. //=======================================================================
  5.  
  6. //% Section 1 - PROJECT OPTIONS
  7. ctags:*
  8. debugSwitches:-jp
  9. //%end-proj-opts
  10.  
  11. //% Section 2 - MAKEFILE
  12. Makefile.v
  13.  
  14. //% Section 3 - OPTIONS
  15. .silent
  16. //%end-options
  17.  
  18. //% Section 4 - HOMEV
  19.  
  20.  
  21. //% Section 5  - TARGET FILE
  22. demo3.exe
  23.  
  24. //% Section 6  - SOURCE FILES
  25. demo3.cpp
  26. level.cpp
  27. //%end-srcfiles
  28.  
  29. //% Section 7  - COMPILER NAME
  30. BCC32
  31.  
  32. //% Section 8  - INCLUDE DIRECTORIES
  33. $(BCCROOT)\include
  34. $(XENONROOT)\gamesystem\includes
  35. $(XENONROOT)\demo3
  36. $(XENONROOT)\bassmod\c
  37. //%end-include-dirs
  38.  
  39. //% Section 9 - LIBRARY DIRECTORIES
  40. $(BCCROOT)\lib
  41. $(BCCROOT)\lib\psdk
  42. $(XENONROOT)\libs\bccrelease
  43. $(XENONROOT)\bin\bccrelease
  44. //%end-library-dirs
  45.  
  46. //% Section 10  - DEFINITIONS
  47. -D_RTLDLL
  48. -D_WINVER=0x0400
  49. -D_WIN32_WINNT=0x0400
  50. //%end-defs-pool
  51. -D_WINVER=0x0400
  52. -D_WIN32_WINNT=0x0400
  53. //%end-defs
  54.  
  55. //% Section 11  - C FLAGS
  56. -q -v -w-use -w-par -w-aus -w-rch -5 -G -O2 -OS -pr
  57.  
  58. //% Section 12  - LIBRARY FLAGS
  59. -v -Tpe -aa -c -limport32 -l$(BCC32RTLIB) -lgamesystem -lddraw -ldinput -ldxextra -lwinmm -lbassbcc
  60.  
  61. //% Section 13  - SRC DIRECTORY
  62. $(XENONROOT)\demo3
  63.  
  64. //% Section 14  - OBJ DIRECTORY
  65. $(XENONROOT)\demo3\bccrelease
  66.  
  67. //% Section 15 - BIN DIRECTORY
  68. $(XENONROOT)\bin\bccrelease
  69.  
  70.  
  71. //% User targets section. Following lines will be
  72. //% inserted into Makefile right after the generated cleanall target.
  73. //% The Project File editor does not edit these lines - edit the .vpj
  74. //% directly. You should know what you are doing.
  75. //% Section 16 - USER TARGETS
  76. # BCC32 RT lib: cw32.lib static
  77. BCC32RTLIB = cw32
  78. # BCC32 Startup: c0x32.obj-console, c0w32.obj-winapi
  79. BCC32STARTUP = c0w32.obj
  80. //%end-user-targets
  81.  
  82.