source: trunk/ab5.0/ablib/build_batch/build_basic_static_libaray_full.bat@ 536

Last change on this file since 536 was 536, checked in by イグトランス (egtra), 16 years ago

細かい修正。
Str$にStringを受け取る多重定義を追加した。
複数libを作るバッチで、コンパイルエラーが発生したら以後のビルドを行わないようにした。
Threadクラスの_beginthreadexをCreateThreadへ変更した。
ole2.abを全体が使える古い版へ戻した。
SendMessageCallback/SendMessageTimeoutを追加した。
GCHandleで登録が解除されない状態が起こる問題を直した。

File size: 321 bytes
RevLine 
[515]1call ".\build_basic_static_library(32bit - debug).bat"
[536]2if errorlevel 1 goto exit
[515]3call ".\build_basic_static_library(32bit - release).bat"
[536]4if errorlevel 1 goto exit
[515]5call ".\build_basic_static_library(64bit - debug).bat"
[536]6if errorlevel 1 goto exit
[515]7call ".\build_basic_static_library(64bit - release).bat"
[536]8:exit
[515]9pause
Note: See TracBrowser for help on using the repository browser.