Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

「インタープリタ」のカタカナ表記を統一する #1836

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sakura_core/macro/CPPA.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
distribution.
*/
/*
PPA(Poor-Pascal for Application)はDelphi/C++Builder用のPascalインタプリタコンポーネントです
PPA(Poor-Pascal for Application)はDelphi/C++Builder用のPascalインタープリタコンポーネントです
*/

#ifndef SAKURA_CPPA_FB41BBAE_DFBC_449D_9342_5D9424CFE086_H_
Expand All @@ -50,7 +50,7 @@ PPA(Poor-Pascal for Application)はDelphi/C++Builder用のPascalインタプリ

/*
PPA(Poor-Pascal for Application)はDelphi/C++Builder用の
Pascalインタプリタコンポーネントです
Pascalインタープリタコンポーネントです
アプリケーションにマクロ機能を搭載する事を目的に作成されています。
*/

Expand Down
8 changes: 4 additions & 4 deletions tools/find-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ MSBuild以外の探索手順は同一であり、7-Zipを例に説明する。

## python

ビルドバッチで利用する Python インタープリターの存在確認をします
適切な Python インタープリターが見つかると、環境変数 `CMD_PYTHON` が定義されます。
適切な Python インタープリターが見つからない場合`CMD_PYTHON` は定義されません。
Python インタープリターはビルド要件ではないので、 Python を利用するバッチには `CMD_PYTHON` チェックを挟む必要があります。
ビルドバッチで利用する Python インタープリタの存在確認をします
適切な Python インタープリタが見つかると、環境変数 `CMD_PYTHON` が定義されます。
適切な Python インタープリタが見つからない場合`CMD_PYTHON` は定義されません。
Python インタープリタはビルド要件ではないので、 Python を利用するバッチには `CMD_PYTHON` チェックを挟む必要があります。

1. Python Launcher (py.exe) が存在し、 `py.exe --version` でバージョンが取れたら、それを使う。
1. パスが通っているpython.exeで`python.exe --version`してバージョンが取れたら、それを使う。
Expand Down