if test "$1" = "CXXFLAGS"; then
echo  -DUNICODE -DUNICODE
fi
if test "$1" = "LIBS"; then
echo  -L/home/max/Documents/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Project/GNU/Library -lmediainfo  -L../../../../Shared/Source/ZLib -lz -L/home/max/Documents/MediaInfo_CLI_GNU_FromSource/ZenLib/Project/GNU/Library -lzen -lpthread
fi
if test "$1" = "LIBS_Static"; then
echo  /home/max/Documents/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Project/GNU/Library/.libs/libmediainfo.a  -L../../../../Shared/Source/ZLib -lz -L/home/max/Documents/MediaInfo_CLI_GNU_FromSource/ZenLib/Project/GNU/Library -lzen -lpthread
fi
if test "$1" = "Unicode"; then
echo yes
fi
if test "$1" = "Exists"; then
echo yes
fi
