view mac/finishup.sh @ 1150:0c073534d722

Implemented OS/2 dw_pixmap_set_font() this will need more work... Need to implement sizes like when copying the settings from a window handle like in _CopyFontSettings(). Will revisit this when getting OS/2 printing working... but for now it allows it to compile and basically work.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 11 Sep 2011 22:32:40 +0000
parents 6382fd88b49a
children 1a196ada0bc9
line wrap: on
line source

#!/bin/sh
PLATFORM=`uname -s`

if [ $PLATFORM = "Darwin" ]
then
    mkdir -p dwtest.app/Contents/MacOS
    mkdir -p dwtest.app/Contents/Resources

    cp -f $1/mac/Info.plist dwtest.app/Contents
    cp -f $1/mac/PkgInfo dwtest.app/Contents
    cp -f dwtest dwtest.app/Contents/MacOS
fi