summary refs log tree commit diff stats
path: root/win32/hexchat.props
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2016-04-03 11:51:18 -0700
committerPatrick Griffis <tingping@tingping.se>2016-04-03 12:02:04 -0700
commitfb7f27fcdd8ca2ebfa3727317979232b0d0eae7f (patch)
treeb411cb310e8bd9a13ada898b9bdc6975f6d0da83 /win32/hexchat.props
parent2e2b895ebef5cb806dd0091a435371f5687c18bf (diff)
lua: Build on win32
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r--win32/hexchat.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props
index 95521977..1503c201 100644
--- a/win32/hexchat.props
+++ b/win32/hexchat.props
@@ -29,6 +29,9 @@
 		<Python3Path>$(YourPython3Path)\$(PlatformName)</Python3Path>

 		<Python3Lib>python35</Python3Lib>

 		<Python3Output>hcpython3</Python3Output>

+		<LuaInclude>$(DepsRoot)\include\luajit-2.0</LuaInclude>

+		<LuaOutput>hclua</LuaOutput>

+		<LuaLib>lua51</LuaLib>

 		<Glib>$(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2</Glib>

 		<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>

 		<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;libintl.lib;libxml2.lib;libeay32.lib;ssleay32.lib;wininet.lib;winmm.lib;ws2_32.lib</DepLibs>