Ignore:
Timestamp:
Jul 11, 2008, 1:24:57 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/build_batch/build_basic_static_libaray_full.bat

    r515 r536  
    11call ".\build_basic_static_library(32bit - debug).bat"
     2if errorlevel 1 goto exit
    23call ".\build_basic_static_library(32bit - release).bat"
     4if errorlevel 1 goto exit
    35call ".\build_basic_static_library(64bit - debug).bat"
     6if errorlevel 1 goto exit
    47call ".\build_basic_static_library(64bit - release).bat"
     8:exit
    59pause
Note: See TracChangeset for help on using the changeset viewer.