Sources.pp 331 B

1234567891011121314
  1. // The program built in this directory is just a utility tool intended
  2. // for use within the VR Studio. Don't build it otherwise.
  3. #define BUILD_DIRECTORY $[CTPROJS]
  4. #if $[CTPROJS]
  5. #define LOCAL_LIBS dtoolbase
  6. #begin bin_target
  7. #define TARGET newheader
  8. #define SOURCES \
  9. newheader.cxx
  10. #end bin_target
  11. #endif