Changeset 17937


Ignore:
Timestamp:
2008-11-27T13:12:52+13:00 (15 years ago)
Author:
oranfry
Message:

splash screen changes

Location:
release-kits
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/windows/wrapper/wrapper.cpp

    r17919 r17937  
    164164            GetObject(g_progress, sizeof(bm), &bm);
    165165            SelectObject(hdcMem, g_progress);
    166             BitBlt(hdc, 0, 276, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY);
     166            BitBlt(hdc, 0, 270, bm.bmWidth, bm.bmHeight, hdcMem, 0, 0, SRCCOPY);
    167167           
    168168            //paint in the step with transparency
  • release-kits/wirk2/ant-scripts/create-components.xml

    r17814 r17937  
    2525        <antcall target="compress-imagemagick-component" />
    2626        <antcall target="compress-ghostscript-component" />
    27 
    28         <!--<antcall target="compress-sourcecode-component" />-->
    2927
    3028        <antcall target="compress-source-release" />
     
    118116                    <include name="runtime-src/**/*"/>
    119117                    <include name="build-src/**/*"/>
     118                    <include name="win32.mak"/>
    120119                </fileset>
    121120        </copy>
    122121               
    123         <zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />
     122        <!--<zip destfile="components/sourcecode.comp" basedir="components/tmp/sourcecode" compress="false" />-->
    124123        <zip destfile="components/Greenstone-${version}-win32-sourcecode.zip"  basedir="components/tmp/sourcecode" compress="true"/>
    125124    </target>
    126125       
    127     <target name="compress-sourcecode-component">
    128         <!-- <sevenzip task="encode" input="${basedir}/components/sourcecode.comp" output="${basedir}/components/sourcecode.lzma" dictionnary="26"/> -->
    129         <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 sourcecode.lzma sourcecode.comp"/></exec>
    130     </target>
    131 
    132126    <target name="compress-source-release">
    133127        <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 source-release.lzma source-release.comp"/></exec>
Note: See TracChangeset for help on using the changeset viewer.