Changeset 208


Ignore:
Timestamp:
Feb 14, 2025, 11:19:24 PM (6 months ago)
Author:
gyoung
Message:

Lxlite and add stubs to all executable files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/warpin/Prebuild_CWMM.cmd

    r202 r208  
    33        copy ..\classes\cwmm.dll MMCLASS
    44        copy ..\classes\cwmm.sym MMCLASS
    5         cd MMCLASS && lxlite *.dll && cd ..
     5        cd MMCLASS && lxlite *.dll && lxlite *.dll /c:minstub && cd ..
    66        if not exist MMCLASS\bin md MMCLASS\bin
    77        if not exist MMCLASS\bin\languages md MMCLASS\bin\languages
     
    1414        copy ..\classes\res\dll\mmres_EN.dll MMCLASS\bin
    1515        copy ..\classes\res\dll\mmres_*.dll MMCLASS\bin\languages
    16         cd MMCLASS\bin && lxlite * && cd ..\..
     16        cd MMCLASS\bin && lxlite * && lxlite * /c:minstub && cd ..\..
     17        cd MMCLASS\bin\languages && lxlite * && lxlite * /c:minstub && cd ..\..\..
    1718        copy ..\classes\bin\*.CMD MMCLASS\bin
    1819        copy ..\classes\bin\*.rx  MMCLASS\bin
     
    3132        copy ..\JPGPROC\source\JPEGIO.DLL DLL
    3233        copy ..\JPGPROC\source\JPEGIO.SYM DLL
    33         cd DLL && lxlite *.dll && cd ..
     34        cd DLL && lxlite *.dll && lxlite *.dll /c:minstub && cd ..
    3435rem Mediafolder       
    3536        if not exist MEDIAFLD\Doc md MEDIAFLD\Doc
     
    6465        copy ..\mediafolder\c\cddb\pmdb*.dll FreeDB\languages
    6566        copy ..\mediafolder\c\cddb\cddb.ini FreeDB
    66         cd MEDIAFLD\bin && lxlite * && cd ..\..
    67         cd OS2DLL && lxlite * && cd ..
    68         cd FreeDB && lxlite * && cd ..
     67        cd MEDIAFLD\bin && lxlite * && lxlite * /c:minstub && cd ..\..
     68        cd MEDIAFLD\bin\languages && lxlite * && lxlite * /c:minstub && cd ..\..\..
     69        cd OS2DLL && lxlite * && lxlite * /c:minstub && cd ..
     70        cd FreeDB && lxlite * && lxlite * /c:minstub && cd ..
     71        cd OS2DLL && lxlite * && lxlite * /c:minstub && cd ..
    6972Build_CWMM.cmd
Note: See TracChangeset for help on using the changeset viewer.