Skip to content

Commit

Permalink
Merge pull request #1836 from sanomari/feature/fix_comment_text_of_in…
Browse files Browse the repository at this point in the history
…terpreter

「インタープリタ」のカタカナ表記を統一する
  • Loading branch information
sanomari authored May 5, 2022
2 parents dd87e10 + 29181a5 commit 981c33b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 981c33b

Please sign in to comment.