summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-07-01 17:59:59 +0200
committerBruno Haible <bruno@clisp.org>2012-07-01 17:59:59 +0200
commitdd4c596245492622e70524b7ac672eb88418da14 (patch)
tree18ab3d3d1142556adfed5bba6c1e587e9042cb31 /ChangeLog
parent2ad5657daac1454a70b1d47fab2d01fb3460d172 (diff)
downloadgperf-dd4c596245492622e70524b7ac672eb88418da14.tar.gz
Support for building with MSVC much like for Unix.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a975318..fb6c1df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-07-01 Bruno Haible <bruno@clisp.org>
+ Support for building with MSVC much like for Unix.
+ * autogen.sh: Fetch also 'compile' and 'ar-lib'.
+ * Makefile.in (IMPORTED_FILES): Add build-aux/compile, build-aux/ar-lib.
+ * build-aux/.gitignore: Ignore also 'compile' and 'ar-lib'.
+ * lib/Makefile.in: Use $(OBJEXT) where suitable.
+ * README.woe32: Change instructions for compiling with MSVC.
+
+2012-07-01 Bruno Haible <bruno@clisp.org>
+
Move build infrastructure files to build-aux/.
* autogen.sh: Copy install-sh and mkinstalldirst into build-aux/.
* configure.ac: Invoke AC_CONFIG_AUX_DIR.