]> git.eshelyaron.com Git - emacs.git/commitdiff
(COMCTL32): New system library.
authorJason Rumney <jasonr@gnu.org>
Thu, 27 Sep 2007 22:07:47 +0000 (22:07 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 27 Sep 2007 22:07:47 +0000 (22:07 +0000)
nt/ChangeLog
nt/gmake.defs
nt/nmake.defs

index ae7284e2772cf1818c405c0ebff708dc841b42e4..b85b743937f8fa1f1475da4014ddf82bed8ecafb 100644 (file)
@@ -1,3 +1,9 @@
+2007-09-27  Jason Rumney  <jasonr@gnu.org>
+
+       * gmake.defs (COMCTL32): New system library.
+
+       * nmake.defs (COMCTL32): New system library.
+
 2007-08-14  Dhuvra Krishnamurthy <dhuvrakm@gmail.com> (tiny change)
 
        * makefile.w32-in (bootstrap-nmake): Change directories once more.
index 51b4756995d0014950134a14f9e8bf778f38ac86..28023e99924417fa6d5b36173f49ac2a0e38407c 100644 (file)
@@ -170,6 +170,7 @@ A           = a
 BASE_LIBS      = $(libc) $(baselibs)
 
 ADVAPI32       = -ladvapi32
+COMCTL32       = -lcomctl32
 COMDLG32       = -lcomdlg32
 GDI32          = -lgdi32
 MPR            = -lmpr
index 2a69c0ed3a502025ee7b3dae02464f03b43286e3..7d19c74dcbdb2cc257e87981466efb41a3f6420e 100644 (file)
@@ -117,6 +117,7 @@ A           = lib
 BASE_LIBS      = $(libc) $(baselibs) oldnames.lib\r
 \r
 ADVAPI32       = advapi32.lib\r
+COMCTL32       = comctl32.lib\r
 COMDLG32       = comdlg32.lib\r
 GDI32          = gdi32.lib\r
 MPR            = mpr.lib\r