X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=ChangeLog;h=c8f24f961e8a71fc4110ae67bae30df04edcc091;hp=afaf521804758006476b165c8b0272fd35e83220;hb=40cca545e1e010e8ee1a4ed4e9636b7c0119d5a2;hpb=04c20013c295eb1aa5e65936cc1b71d1fd59a756 diff --git a/ChangeLog b/ChangeLog old mode 100755 new mode 100644 index afaf521..c8f24f9 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2008-01-07 Richard Jones + Include mlvirtmanager in the Windows installer. + * wininstaller.nsis.in: Include mlvirtmanager in the Windows + installer. + * Makefile.in: Re-enable native code builds for Windows installer. + * mlvirtmanager/Makefile.in: Pass $(LDFLAGS) when building on + Windows - you need to specify the location of $GTK/lib. + + Bundle Gtk DLLs and support files in the Windows installer. + * configure.ac: Detect library paths instead of hard- + coding them. + * wininstaller.nsis (removed): This file is now autogenerated. + * wininstaller.nsis.in: Bundle Gtk DLLs and support files. + * Makefile.in: More verbose messages from NSIS. + + Include required libraries in the Windows installer. + * wininstaller.nsis: Include *.dll files. + Windows installer. * Makefile.in, configure.ac: Add --with-nsis[=path/to/nsis] and call out to 'makensis.exe'.