#!/bin/bash

if test "$1" = "CXXFLAGS"; then
echo  -DUNICODE -DSIZE_T_IS_LONG
fi
if test "$1" = "LIBS"; then
echo -L/build/libzen/src/ZenLib/Project/GNU/Library -lzen -lpthread -lstdc++ 
fi
if test "$1" = "LIBS_Static"; then
echo /build/libzen/src/ZenLib/Project/GNU/Library/.libs/libzen.a -lpthread -lstdc++ 
fi
if test "$1" = "Unicode"; then
echo yes
fi
if test "$1" = "WstringMissing"; then
echo no
fi
if test "$1" = "Exists"; then
echo yes
fi
