#!/bin/false # vim:ft=sh # Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008-2012 # # This file is part of roard a part of RoarAudio, # a cross-platform sound system for both, home and professional use. # See README for details. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3 # as published by the Free Software Foundation. # # RoarAudio is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this software; see the file COPYING. If not, write to # the Free Software Foundation, 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. # wine prints errors to stdout so stderr redirects do not work. # To avoid common problems with wine and $LANG/$LC_* we just reset them. LANG=C LC_CTYPE=C LC_NUMERIC=C LC_TIME=C LC_COLLATE=C LC_MONETARY=C DISTRIBUTION_VERSION_STRING='' TF_C=testit.c TF_E=./testit LDPATH='' INCPATH='' OPTI_O=2 CROSS_COMPILE=false SYSNAME='unknown' SHARED='-shared' SHARED_CF='' SHARED_SUFFIX='.so' fPIC=true Wextra=false rdynamic=true MMCU='' LINK_DEPS=auto PKG_CONFIG=false NEED_GNU_SOURCE=false PREFIX='/usr/local' PREFIX_BIN='' PREFIX_LIB='' PREFIX_INC='' PREFIX_MAN='' PREFIX_PC='' PREFIX_CKPORT='' ROOT_UID='' HAVE_MAIN_ARGS=true MINIMAL=false BETA=true EXPERIMENTAL=true TARGET_WIN32=false TARGET_MICROCONTROLLER=false TARGET_CYGWIN=false EXEC_HELPER='' # other stuff we need to reset: infotext='' last_tested_object='' CCTF="false" _CARGS="$@"; #ll