Files
tldr/pages.zh/common/projucer.md

28 lines
719 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Projucer
> JUCE框架应用程序的项目管理器。
> 更多信息:<https://juce.com/discover/stories/projucer-manual#10.4-command-line-tools>。
- 显示项目的信息:
`Projucer --status {{path/to/project_file}}`
- 重新保存项目中的所有文件和资源:
`Projucer --resave {{path/to/project_file}}`
- 更新项目中的版本号:
`Projucer --set-version {{version_number}} {{path/to/project_file}}`
- 从PIP文件生成JUCE项目
`Projucer --create-project-from-pip {{path/to/PIP}} {{path/to/output}}`
- 移除所有JUCE风格的注释`//=====`, `//-----``///////`
`Projucer --tidy-divider-comments {{path/to/target_folder}}`
- 显示帮助信息:
`Projucer --help`