Team Fortress 2 Source Code as on 22/4/2020
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.

20 lines
910 B

  1. $$// newproj.inf = template for list of template files
  2. $$// format is 'sourceResName' \t 'destFileName'
  3. $$// The source res name may be preceded by any combination of '=', '-', '!', '?', ':', '#', and/or '*'
  4. $$// '=' => the resource is binary
  5. $$// '-' => the file should not be added to the project (all files are added to the project by default)
  6. $$// '!' => the file should be marked exclude from build
  7. $$// '?' => the file should be treated as a help file
  8. $$// ':' => the file should be treated as a resource
  9. $$// '#' => the file should be treated as a template (implies '!')
  10. $$// '*' => bypass the custom AppWizard's resources when loading
  11. $$// if name starts with / => create new subdir
  12. $$IF(PROJTYPE_DLL || PROJTYPE_LIB)
  13. /$$VALVE_SRC_RELATIVE_PATH$$common\$$root$$
  14. $$IF(VALVE_PUBLIC_PROJECT)
  15. /$$VALVE_SRC_RELATIVE_PATH$$public\$$root$$
  16. $$ENDIF
  17. $$ENDIF