Skip to content

Instantly share code, notes, and snippets.

@tmskst
Created March 27, 2014 09:07
Show Gist options
  • Save tmskst/9803433 to your computer and use it in GitHub Desktop.
Save tmskst/9803433 to your computer and use it in GitHub Desktop.
hxcppのコンパイルにTDM-GCCを使う

hxcppがインストールされていればホームディレクトリに「.hxcpp_config.xml」というファイルがあるのでこれを編集する。

varsセクション以下に 「toolchain」に「mingw」を、「MINGW_ROOT」に「TDM-GCCをインストールしたパス」を設定する。

<section id="vars">
	<!-- ... -->
	<set name="toolchain" value="mingw" />
	<set name="MINGW_ROOT" value="D:\dev\tdm-gcc" />
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment