ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.win32
Revision: 1.1
Committed: Sun May 14 22:24:15 2006 UTC (18 years ago) by root
Branch: MAIN
Log Message:
improved win32 support and enable auto-hinting (cairo enforces auto-hinting it seems, so be consistent)

File Contents

# User Rev Content
1 root 1.1 #!/bin/bash
2    
3     [ -e Makefile ] && make clean
4     rsync -avessh --modify-window=1 . vm:/c/CFClient/.
5    
6     ssh vm '
7     export INCLUDE="c:\\vc\\include;c:\\sdk\\include"
8     export LIB="c:\\vc\lib;c:\\sdk\\lib"
9     PATH="/c/gtk/bin:/c/perl/bin:/c/vc/bin:$PATH"
10    
11     cd /c/CFClient &&
12     ACTIVEPERL_CONFIG_DISABLE=1 /c/perl/bin/perl Makefile.PL &&
13     nmake install &&
14     win32/ppwin &&
15     cp pclient.exe /c/temp
16     '
17    
18     rsync -avessh vm:/c/CFClient/pclient.exe .
19