Last change
on this file was 536, checked in by イグトランス (egtra), 16 years ago |
細かい修正。
Str$にStringを受け取る多重定義を追加した。
複数libを作るバッチで、コンパイルエラーが発生したら以後のビルドを行わないようにした。
Threadクラスの_beginthreadexをCreateThreadへ変更した。
ole2.abを全体が使える古い版へ戻した。
SendMessageCallback/SendMessageTimeoutを追加した。
GCHandleで登録が解除されない状態が起こる問題を直した。
|
File size:
321 bytes
|
Line | |
---|
1 | call ".\build_basic_static_library(32bit - debug).bat"
|
---|
2 | if errorlevel 1 goto exit
|
---|
3 | call ".\build_basic_static_library(32bit - release).bat"
|
---|
4 | if errorlevel 1 goto exit
|
---|
5 | call ".\build_basic_static_library(64bit - debug).bat"
|
---|
6 | if errorlevel 1 goto exit
|
---|
7 | call ".\build_basic_static_library(64bit - release).bat"
|
---|
8 | :exit
|
---|
9 | pause
|
---|
Note:
See
TracBrowser
for help on using the repository browser.