summaryrefslogtreecommitdiff
path: root/nt
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2007-09-27 22:07:47 +0000
committerJason Rumney <jasonr@gnu.org>2007-09-27 22:07:47 +0000
commitfc2554aaaff76081df601a9d2375b8c5196e8e6e (patch)
tree635669b67653b8de0fd125074b375d00a2115101 /nt
parenta1a57a4244ee8ef83eef366dd4560848e06ada34 (diff)
downloademacs-fc2554aaaff76081df601a9d2375b8c5196e8e6e.tar.gz
(COMCTL32): New system library.
Diffstat (limited to 'nt')
-rw-r--r--nt/ChangeLog6
-rw-r--r--nt/gmake.defs1
-rw-r--r--nt/nmake.defs1
3 files changed, 8 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index ae7284e2772..b85b743937f 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -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.
diff --git a/nt/gmake.defs b/nt/gmake.defs
index 51b4756995d..28023e99924 100644
--- a/nt/gmake.defs
+++ b/nt/gmake.defs
@@ -170,6 +170,7 @@ A = a
BASE_LIBS = $(libc) $(baselibs)
ADVAPI32 = -ladvapi32
+COMCTL32 = -lcomctl32
COMDLG32 = -lcomdlg32
GDI32 = -lgdi32
MPR = -lmpr
diff --git a/nt/nmake.defs b/nt/nmake.defs
index 2a69c0ed3a5..7d19c74dcbd 100644
--- a/nt/nmake.defs
+++ b/nt/nmake.defs
@@ -117,6 +117,7 @@ A = lib
BASE_LIBS = $(libc) $(baselibs) oldnames.lib
ADVAPI32 = advapi32.lib
+COMCTL32 = comctl32.lib
COMDLG32 = comdlg32.lib
GDI32 = gdi32.lib
MPR = mpr.lib