「午後のこ〜だ」をWindows環境で作成時の環境設定&コンパイルメモ                           作成:sugich:2002/07/14 ---------------------------------------------------------------------------- 参考:http://homepage2.nifty.com/moto-h/junk/gogo_gcc.html    http://homepage2.nifty.com/moto-h/junk/gogo_gcc2.html (1)gccインストール 1:おおもとのgcc環境  ・gcc-2.95.2-msvcrt.exe  ・quote-fix-msvcrt.exe   をダブルクリックして適当なディレクトリに解凍。    →c:\tools\gcc 2:パッチ  ・binutils-19990818-1-msvcrt.zip  ・binutils-fixes-msvcrt.zip  ・gcc-2.95.2-1-msvcrt.zip  ・mingw-msvcrt-20000203.zip    を解凍して上記ディレクトリに上書きコピー。 3:ディレクトリ直下にある環境設定バッチファイルを修正    →デフォルトが「c:\gcc-2.9.5」なので、上記のディレクトリに変更 4:nasmインストール ・nasmw098_sse2   を適当なディレクトリに移動。    →c:\tools\nasmw098_sse2 5:ソース「gogo239b」を解凍  →解凍済み 6ソースディレクトリの直下に、専用のmakefileをコピー  入手:http://homepage2.nifty.com/moto-h/junk/gogo_gcc2.html  →「dllmake.lzh」 7:gogo_dll.rcの修正  →参考:http://homepage2.nifty.com/moto-h/junk/gogo_gcc2.html 8:DOSプロンプト起動 9:gccの環境設定   →「c:\tools\gcc\mingw32.bat」を実行 10:nasmの環境設定   →パスの追加    「set path=c:\tools\nasmw098_sse2;\%PATH%」 11:make実行   →ソースディレクトリ直下に「gogo.dll」ができる                                     以上