diff options
author | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 16:30:23 +0200 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2012-06-10 16:30:23 +0200 |
commit | 3ae36b7855a3b9b930430603d8c8f61bb934c424 (patch) | |
tree | be4da9f3bd1d5b0d57db9720941aef8f3cb52bb0 /win32/xchat.props | |
parent | 9220ea591127820cdda5675cd86fbfef2ff34cce (diff) |
Add projects for making the installer
Diffstat (limited to 'win32/xchat.props')
-rw-r--r-- | win32/xchat.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/xchat.props b/win32/xchat.props index 1611bc9e..e0aa21c8 100644 --- a/win32/xchat.props +++ b/win32/xchat.props @@ -35,6 +35,7 @@ <Gtk>$(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0</Gtk> <Pixmaps>bookpng "$(SolutionDir)\..\src\pixmaps\book.png" hoppng "$(SolutionDir)\..\src\pixmaps\hop.png" oppng "$(SolutionDir)\..\src\pixmaps\op.png" purplepng "$(SolutionDir)\..\src\pixmaps\purple.png" redpng "$(SolutionDir)\..\src\pixmaps\red.png" trayfilepng "$(SolutionDir)\..\src\pixmaps\fileoffer.png" trayhilightpng "$(SolutionDir)\..\src\pixmaps\highlight.png" traymsgpng "$(SolutionDir)\..\src\pixmaps\message.png" voicepng "$(SolutionDir)\..\src\pixmaps\voice.png" xchatpng "$(SolutionDir)\..\xchat.png"</Pixmaps> <DepLibs>gtk-win32-2.0.lib;gdk-win32-2.0.lib;atk-1.0.lib;gio-2.0.lib;gdk_pixbuf-2.0.lib;pangowin32-1.0.lib;pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;gobject-2.0.lib;gmodule-2.0.lib;glib-2.0.lib;intl.lib;libxml2.lib;libeay32.lib;ssleay32.lib;wininet.lib;winmm.lib;ws2_32.lib</DepLibs> + <XChatDest>$(SolutionDir)\dist\$(PlatformName)</XChatDest> </PropertyGroup> <ItemDefinitionGroup /> <ItemGroup /> |