gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnokii/packaging/Windows mingw-cross,NONE,1.1


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/packaging/Windows mingw-cross,NONE,1.1
Date: Wed, 05 Nov 2003 01:22:55 +0000

Update of /cvsroot/gnokii/gnokii/packaging/Windows
In directory subversions:/tmp/cvs-serv26647/packaging/Windows

Added Files:
        mingw-cross 
Log Message:
win32 portability enhancements


--- NEW FILE: mingw-cross ---
#!/bin/sh
#
# $Id: mingw-cross,v 1.1 2003/11/05 01:22:52 bozo Exp $
#

[ -r VERSION ] || exit 1

VERSION=`cat VERSION`
BUILD_ROOT=/tmp/gnokii-$VERSION-win32-build
ZIPFILE=`pwd`/gnokii-$VERSION-win32.zip

rm -r $BUILD_ROOT
win32/mingw-cross/mingw-cross.sh
make

make DESTDIR=$BUILD_ROOT includedir=/include -C include install

install -d $BUILD_ROOT/lib
install common/gnokii.lib $BUILD_ROOT/lib
install common/gnokii.def $BUILD_ROOT/lib

install -d $BUILD_ROOT/bin
install common/gnokii.dll $BUILD_ROOT/bin
install gnokii/gnokii.exe $BUILD_ROOT/bin

install COPYRIGHT $BUILD_ROOT
install COPYING $BUILD_ROOT
make DESTDIR=$BUILD_ROOT docdir=/doc -C Docs install

cd $BUILD_ROOT
zip -r "$ZIPFILE" .





reply via email to

[Prev in Thread] Current Thread [Next in Thread]