emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112116: Fix MSVC compilation problem


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112116: Fix MSVC compilation problem in lib-src.
Date: Sat, 23 Mar 2013 17:30:38 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112116
author: cg <address@hidden>
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-23 17:30:38 +0200
message:
  Fix MSVC compilation problem in lib-src.
  
   lib-src/makefile.w32-in (LIB_SRC): Move before first use.
modified:
  lib-src/ChangeLog
  lib-src/makefile.w32-in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2013-03-16 22:08:22 +0000
+++ b/lib-src/ChangeLog 2013-03-23 15:30:38 +0000
@@ -1,3 +1,7 @@
+2013-03-23  cg  <address@hidden>  (tiny change)
+
+       * makefile.w32-in (LIB_SRC): Move before first use.
+
 2013-03-16  Paul Eggert  <address@hidden>
 
        * pop.c: Fix ERRMAX typo (Bug#13925).

=== modified file 'lib-src/makefile.w32-in'
--- a/lib-src/makefile.w32-in   2013-01-02 16:13:04 +0000
+++ b/lib-src/makefile.w32-in   2013-03-23 15:30:38 +0000
@@ -27,6 +27,7 @@
                  -I../nt/inc -I../src $(EMACS_EXTRA_C_FLAGS)
 
 LIBS           = $(BASE_LIBS) $(ADVAPI32)
+LIB_SRC                = .
 
 # The following target is used by makefile.w32-in files in other directories.
 make-docfile:  $(BLD)/make-docfile.exe
@@ -360,7 +361,6 @@
 ### DEPENDENCIES ###
 
 EMACS_ROOT     = ..
-LIB_SRC                = .
 SRC            = $(EMACS_ROOT)/src
 NT_INC         = $(EMACS_ROOT)/nt/inc
 GNU_LIB                = $(EMACS_ROOT)/lib


reply via email to

[Prev in Thread] Current Thread [Next in Thread]