newproj.inf
上传用户:hzhsqp
上传日期:2007-01-06
资源大小:1600k
文件大小:1k
- $$// 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
- +main.cxx main.cxx
- +main.h main.h
- +precompile.cxx precompile.cxx
- $$IF(IS_GUI)
- +resources.prc resources.prc
- $$ENDIF
- $$IF(IS_SERVICE)
- +messages.mc messages.mc
- =app.ico $$Root$$.ico
- $$IF(HAS_HTTP)
- +custom.cxx custom.cxx
- +custom.h custom.h
- +app.key $$Root$$.key
- $$ENDIF
- $$ENDIF