Fix MSVC compilation problem in lib-src.

lib-src/makefile.w32-in (LIB_SRC): Move before first use.
This commit is contained in:
cg 2013-03-23 17:30:38 +02:00 committed by Eli Zaretskii
parent 45f1d36260
commit d7158313e2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-03-23 cg <chengang31@gmail.com> (tiny change)
* makefile.w32-in (LIB_SRC): Move before first use.
2013-03-16 Paul Eggert <eggert@cs.ucla.edu>
* pop.c: Fix ERRMAX typo (Bug#13925).

View file

@ -27,6 +27,7 @@ LOCAL_FLAGS = -DNO_LDAV=1 -DNO_ARCHIVES=1 -I../lib \
-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 @@ TAGS: $(BLD)/etags.exe *.c *.h
### DEPENDENCIES ###
EMACS_ROOT = ..
LIB_SRC = .
SRC = $(EMACS_ROOT)/src
NT_INC = $(EMACS_ROOT)/nt/inc
GNU_LIB = $(EMACS_ROOT)/lib