diff options
Diffstat (limited to 'win32/hexchat.props')
-rw-r--r-- | win32/hexchat.props | 3 |
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> |