mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
* deflex.l, defparse.y: Use VERSIONK rather than VERSION.
* rclex.l, rcparse.y: Likewise. * Makefile.am (windres_SOURCES): Add $(BULIBS). * Makefile.in: Rebuild.
This commit is contained in:
parent
c5cb7682c6
commit
e5b3abe4df
@ -1,3 +1,10 @@
|
||||
Mon Aug 4 11:47:31 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* deflex.l, defparse.y: Use VERSIONK rather than VERSION.
|
||||
* rclex.l, rcparse.y: Likewise.
|
||||
* Makefile.am (windres_SOURCES): Add $(BULIBS).
|
||||
* Makefile.in: Rebuild.
|
||||
|
||||
Fri Aug 1 13:08:39 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* acinclude.m4: Include bfd/acinclude.m4, not bfd/acmacros.m4.
|
||||
|
@ -238,7 +238,8 @@ nlmconv.o: nlmconv.c $(INCDIR)/coff/sym.h $(INCDIR)/coff/ecoff.h
|
||||
|
||||
nlmconv_SOURCES = nlmconv.c nlmheader.y $(BULIBS)
|
||||
|
||||
windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l
|
||||
windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l \
|
||||
$(BULIBS)
|
||||
windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
|
||||
|
||||
# Targets to rebuild dependencies in this Makefile.
|
||||
|
@ -225,7 +225,8 @@ sysdump_SOURCES = sysdump.c $(BULIBS)
|
||||
|
||||
nlmconv_SOURCES = nlmconv.c nlmheader.y $(BULIBS)
|
||||
|
||||
windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l
|
||||
windres_SOURCES = windres.c resrc.c rescoff.c resbin.c rcparse.y rclex.l \
|
||||
$(BULIBS)
|
||||
windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
|
||||
|
||||
CLEANFILES = dep.sed .dep .dep1
|
||||
@ -261,7 +262,7 @@ filemode.o
|
||||
dlltool_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
|
||||
dlltool_LDFLAGS =
|
||||
windres_OBJECTS = windres.o resrc.o rescoff.o resbin.o rcparse.o \
|
||||
rclex.o
|
||||
rclex.o bucomm.o version.o filemode.o
|
||||
windres_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
|
||||
windres_LDFLAGS =
|
||||
size_OBJECTS = size.o bucomm.o version.o filemode.o
|
||||
|
@ -99,7 +99,7 @@ static char *get_string PARAMS ((int));
|
||||
"ICON" { return ICON; }
|
||||
"LANGUAGE" { return LANGUAGE; }
|
||||
"CHARACTERISTICS" { return CHARACTERISTICS; }
|
||||
"VERSION" { return VERSION; }
|
||||
"VERSION" { return VERSIONK; }
|
||||
"MENU" { return MENU; }
|
||||
"MENUEX" { return MENUEX; }
|
||||
"MENUITEM" { return MENUITEM; }
|
||||
|
Loading…
Reference in New Issue
Block a user