Fix MSVC compilation problem in lib-src.
lib-src/makefile.w32-in (LIB_SRC): Move before first use.
This commit is contained in:
parent
45f1d36260
commit
d7158313e2
2 changed files with 5 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue