2010-08-23 11:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* package/winuni/mpkg_win_uni.bat
    + bcc special implib support for contrib .dlls.

  * package/mpkg_win_nightly.bat
    * Comment.
This commit is contained in:
Viktor Szakats
2010-08-23 09:50:34 +00:00
parent d7791d7926
commit 26de1896a5
3 changed files with 9 additions and 6 deletions

View File

@@ -16,6 +16,13 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-08-23 11:50 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* package/winuni/mpkg_win_uni.bat
+ bcc special implib support for contrib .dlls.
* package/mpkg_win_nightly.bat
* Comment.
2010-08-23 00:16 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/hbqt.ch
* contrib/hbqt/qtgui/doc/en/class_hbqgraphicsitem.txt

View File

@@ -21,6 +21,7 @@ rem - Multicore CPU recommended
rem - admin rights for MSVC setup
rem - admin rights for Scheduled Task setup
rem - Subversion installed
rem - remote admin (via RDC or VNC protocol)
rem
rem NOTES:
rem - The first run under a new (or reinstalled) user account

View File

@@ -47,15 +47,10 @@ xcopy /y /s %~dp0..\..\pkg\win\msvc64\harbour-%HB_VF%-win-msvc64\lib
xcopy /y /s %~dp0..\..\pkg\win\watcom\harbour-%HB_VF%-win-watcom\lib %HB_ABSROOT%lib\
xcopy /y %~dp0..\..\pkg\wce\mingwarm\harbour-%HB_VF%-wce-mingwarm\bin\*.dll %HB_ABSROOT%bin\
xcopy /y %~dp0..\..\pkg\win\bcc\harbour-%HB_VF%-win-bcc\bin\*.dll %HB_ABSROOT%bin\
xcopy /y %~dp0..\..\pkg\win\msvc64\harbour-%HB_VF%-win-msvc64\bin\*.dll %HB_ABSROOT%bin\
rem ; Create special implibs for Borland (requires BCC in PATH)
"%HB_DIR_BCC_IMPLIB%implib.exe" -c -a %HB_ABSROOT%lib\win\bcc\harbour-%HB_VS%-bcc.lib %HB_ABSROOT%bin\harbour-%HB_VS%.dll
"%HB_DIR_BCC_IMPLIB%implib.exe" -c -a %HB_ABSROOT%lib\win\bcc\harbourmt-%HB_VS%-bcc.lib %HB_ABSROOT%bin\harbourmt-%HB_VS%.dll
del %HB_ABSROOT%bin\harbour-%HB_VS%-bcc.dll
del %HB_ABSROOT%bin\harbourmt-%HB_VS%-bcc.dll
for %%a in ( %HB_ABSROOT%bin\*-%HB_VS%.dll ) do "%HB_DIR_BCC_IMPLIB%implib.exe" -c -a %HB_ABSROOT%lib\win\bcc\%~na-bcc.lib %%a
rem ; Using msvc64 because mingw64 .dll handling is broken.
copy /y %~dp0..\..\pkg\win\msvc64\harbour-%HB_VF%-win-msvc64\bin\harbour.exe %HB_ABSROOT%bin\harbour-x64.exe