comparison make/windows/build_vm_def.sh @ 2184:5d801e6b9a80

Imported build system changes from other repository.
author Thomas Wuerthinger <thomas.wuerthinger@gmail.com>
date Mon, 21 Feb 2011 19:17:10 +0100
parents aa6e219afbf1
children 33df1aeaebbf
comparison
equal deleted inserted replaced
2183:eed52202caea 2184:5d801e6b9a80
52 SORT="$MKS_HOME/sort.exe" 52 SORT="$MKS_HOME/sort.exe"
53 UNIQ="$MKS_HOME/uniq.exe" 53 UNIQ="$MKS_HOME/uniq.exe"
54 CAT="$MKS_HOME/cat.exe" 54 CAT="$MKS_HOME/cat.exe"
55 RM="$MKS_HOME/rm.exe" 55 RM="$MKS_HOME/rm.exe"
56 DUMPBIN="link.exe /dump" 56 DUMPBIN="link.exe /dump"
57 export VS_UNICODE_OUTPUT=
57 58
58 # When called from IDE the first param should contain the link version, otherwise may be nill 59 # When called from IDE the first param should contain the link version, otherwise may be nill
59 if [ "x$1" != "x" ]; then 60 if [ "x$1" != "x" ]; then
60 LINK_VER="$1" 61 LINK_VER="$1"
61 fi 62 fi