OSDN Git Service

Convert to one-shot C++ compilation with dependency tracking.
[mingw/wtklite.git] / ChangeLog
index 46faf95..09b8254 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2013-08-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
+       Convert to one-shot C++ compilation with dependency tracking.
+
+       * Makefile.in (DEPFLAGS): Redefine; incorporate CPPFLAGS.
+       (hsashctl.$OBJEXT vsashctl.$OBJEXT): Use it in place of CPPFLAGS.
+       (%.$OBJEXT): Likewise; delete separate dependency tracking command.
+
+2013-08-19  Keith Marshall  <keithmarshall@users.sourceforge.net>
+
        Add facility for activation of a running application window.
 
        * wtkdefs.h: New file; it defines...