]> git.eshelyaron.com Git - emacs.git/commitdiff
(UNISCRIBE): New variable.
authorJason Rumney <jasonr@gnu.org>
Thu, 3 Apr 2008 12:24:31 +0000 (12:24 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 3 Apr 2008 12:24:31 +0000 (12:24 +0000)
nt/ChangeLog
nt/gmake.defs
nt/nmake.defs

index 42258f8e896755f45bcec0a86d2bddc4d64aadc7..3dc83fe6eb273a6a45163d19934a7e82a1a24cc4 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-03  Jason Rumney  <jasonr@gnu.org>
+
+       * gmake.defs, nmake.defs (UNISCRIBE): New variable.
+
 2008-03-13  Glenn Morris  <rgm@gnu.org>
 
        * emacs.rc: Set version to 23.0.60.
index f6c0cb1449396fd32602196208417e8ed948b0bf..ab1bc10337b5a9d185162513cb9fbfc0d4fcb910 100644 (file)
@@ -190,6 +190,7 @@ WSOCK32             = -lwsock32
 WINMM          = -lwinmm
 WINSPOOL       = -lwinspool
 OLE32          = -lole32
+UNISCRIBE      = -lusp10
 
 ifdef USE_FONTBACKEND
 FONT_CFLAGS    = -DUSE_FONT_BACKEND=1
index 8c8602de58b9e0ac5dc8b67e1d7c1614ec3d6ff7..576671c20f6e726de40d89daca73f0627870ea22 100644 (file)
@@ -127,6 +127,7 @@ WSOCK32             = wsock32.lib
 WINMM          = winmm.lib\r
 WINSPOOL       = winspool.lib\r
 OLE32          = ole32.lib\r
+UNISCRIBE      = usp10.lib\r
 \r
 !ifdef USE_FONTBACKEND\r
 FONT_CFLAGS    = -DUSE_FONT_BACKEND=1\r