source: trunk/ab5.0/ablib/build_batch/build_basic_static_libaray_x86_only.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: 150 bytes
Line 
1@echo off
2call ".\build_basic_static_library(32bit - debug).bat"
3if not errorlevel 1 call ".\build_basic_static_library(32bit - release).bat"
4pause
Note: See TracBrowser for help on using the repository browser.