diff options
| author | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
|---|---|---|
| committer | FluorescentCIAAfricanAmerican <[email protected]> | 2020-04-22 12:56:21 -0400 |
| commit | 3bf9df6b2785fa6d951086978a3e66f49427166a (patch) | |
| tree | 2c0f1f0c63c4832882bc93814ebd2c2b1c6224e5 /utils/valvelib/template/newproj.inf | |
| download | archived-source-engine-2018-hl2-src-master.tar.xz archived-source-engine-2018-hl2-src-master.zip | |
Diffstat (limited to 'utils/valvelib/template/newproj.inf')
| -rw-r--r-- | utils/valvelib/template/newproj.inf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/valvelib/template/newproj.inf b/utils/valvelib/template/newproj.inf new file mode 100644 index 0000000..189a566 --- /dev/null +++ b/utils/valvelib/template/newproj.inf @@ -0,0 +1,20 @@ +$$// newproj.inf = template for list of template files +$$// format is 'sourceResName' \t 'destFileName' +$$// The source res name may be preceded by any combination of '=', '-', '!', '?', ':', '#', and/or '*' +$$// '=' => the resource is binary +$$// '-' => the file should not be added to the project (all files are added to the project by default) +$$// '!' => the file should be marked exclude from build +$$// '?' => the file should be treated as a help file +$$// ':' => the file should be treated as a resource +$$// '#' => the file should be treated as a template (implies '!') +$$// '*' => bypass the custom AppWizard's resources when loading +$$// if name starts with / => create new subdir + +$$IF(PROJTYPE_DLL || PROJTYPE_LIB) +/$$VALVE_SRC_RELATIVE_PATH$$common\$$root$$ +$$IF(VALVE_PUBLIC_PROJECT) +/$$VALVE_SRC_RELATIVE_PATH$$public\$$root$$ +$$ENDIF +$$ENDIF + + |