summary refs log blame commit diff stats
path: root/plugins/lua/lua.vcxproj
blob: 22afe7296460cac76d651f27efd58885695b0fe2 (plain) (tree)





















































                                                                                                                                                                                 
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="Configuration">
    <PlatformToolset>v140</PlatformToolset>
    <ConfigurationType>DynamicLibrary</ConfigurationType>
  </PropertyGroup>
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{4C0F3940-2EEE-4646-82F7-6CE75B9A72F4}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>lua</RootNamespace>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  <Import Project="..\..\win32\hexchat.props" />
  <PropertyGroup>
    <TargetName>$(LuaOutput)</TargetName>
    <OutDir>$(HexChatRel)plugins\</OutDir>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(Glib);$(LuaInclude);..\..\src\common;$(HexChatLib);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <AdditionalDependencies>"$(LuaLib).lib";$(DepLibs);%(AdditionalDependencies)</AdditionalDependencies>
      <AdditionalLibraryDirectories>$(DepsRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    </Link>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(Glib);$(LuaInclude);..\..\src\common;$(HexChatLib);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    </ClCompile>
    <Link>
      <AdditionalDependencies>"$(LuaLib).lib";$(DepLibs);%(AdditionalDependencies)</AdditionalDependencies>
      <AdditionalLibraryDirectories>$(DepsRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
    </Link>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="lua.c" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>
It will take any arguments to it as the formatting string. The formatting string can consist of any letter/numbers, and is used to format the output. The following special symbols can be used: %B : Bold %Cnn : Foreground Color, where nn is a number corresponding to a mIRC color %Cnn,nn : Foreground,Background Color %R : Reverse Foreground/Background Colors %O : Reset Color and Format (thats an 'oh' not a 'zero (0)') %C : Reset Color %U : Underline /PLAYING will either print or allow you to set the text for /np. The default is now_playing, but you can set this to whatever text you prefer. /PERCENTAGES will allow you to set whether to use percentages in plugin output or not. Percentages are enabled by default. Use a zero value to disable, and a non-zero value to enable. If unsure, use 1. /NP & /ENP - Reports what's currently playing in Audacious. ==== BUGS (none known) E-mail me your bug reports at chainsaw@gentoo.org Please include the following information: - what architecture you are using (amd64, ia64, parisc, ppc, ppc64, sparc, sparc64 or x86) - what linux distribution you are using (Gentoo 2007.1, Fedora Core 8, etc) - what compiler you have used to compile X-Sys, i.e. gcc (GCC) 4.1.2 (Gentoo 4.1.2) - what version of X-Sys you are using ======= Thanks! Remember, everything here is: (C) 2003, 2004, 2005 by Michael Shoup (C) 2005, 2006, 2007 by Tony Vroon All Rights Reserved. Visit http://dev.gentoo.org/~chainsaw/xsys/ for release information. Feel free to e-mail me for feature requests, or see if I'm online on irc.freenode.net