• src/sbbs3/ctrl/makelibs.bat

    From rswindell@VERT to CVS commit on Thu May 9 08:23:53 2019
    src/sbbs3/ctrl makelibs.bat 1.12 1.13
    Update of /cvsroot/sbbs/src/sbbs3/ctrl
    In directory cvs:/tmp/cvs-serv21447

    Modified Files:
    makelibs.bat
    Log Message:
    Work-around for issue with the old implib version:
    Borland Implib Version 3.0.22 Copyright (c) 1991, 2000 Inprise Corporation
    and MSVC-generated DLLs with exported functions using _cdecl calling convention ... sometimes or with some verisons of some DLLs, implib won't add the underscore prefix to the exported function name which caused the build error: Error: Unresolved external '_total_users' ...

    Using coff2omf instead to convert the MSVC-generated import library (sbbs.lib) to the Borland/OMF flavor works, however. I'd seen this issue before but it went away when the number of symbols in the source DLL changes. Newer versions of implib appear to *not* have this issue so when we upgrade to a newer C++Builder, this work-around will no longer be necessary.


    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Dec 31 02:13:21 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/695da6a284c0e45e5163636b
    Modified Files:
    src/sbbs3/ctrl/makelibs.bat
    Log Message:
    Try the 'exit /b' trick to stop makelibs.bat from terminating build.bat

    when run from Gitlab-Runner (CI) using shell="cmd"

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Dec 31 02:51:25 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/15494c2d8813658420379067
    Modified Files:
    src/sbbs3/ctrl/makelibs.bat
    Log Message:
    Is coff2omf the issue?

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Rob Swindell@VERT to Git commit to main/sbbs/master on Sat Dec 31 03:50:10 2022
    https://gitlab.synchro.net/main/sbbs/-/commit/3f3fbb7d3bb94bde07e996e8
    Modified Files:
    src/sbbs3/ctrl/makelibs.bat
    Log Message:
    Revert "Is coff2omf the issue?"

    This reverts commit 15494c2d8813658420379067b070b7f7bf73c9d4.

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net