mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +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:
@ -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>
|
Fri Aug 1 13:08:39 1997 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* acinclude.m4: Include bfd/acinclude.m4, not bfd/acmacros.m4.
|
* 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)
|
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@
|
windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
|
||||||
|
|
||||||
# Targets to rebuild dependencies in this Makefile.
|
# Targets to rebuild dependencies in this Makefile.
|
||||||
|
@ -225,7 +225,8 @@ sysdump_SOURCES = sysdump.c $(BULIBS)
|
|||||||
|
|
||||||
nlmconv_SOURCES = nlmconv.c nlmheader.y $(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@
|
windres_LDADD = $(BFDLIB) $(LIBIBERTY) @LEXLIB@
|
||||||
|
|
||||||
CLEANFILES = dep.sed .dep .dep1
|
CLEANFILES = dep.sed .dep .dep1
|
||||||
@ -261,7 +262,7 @@ filemode.o
|
|||||||
dlltool_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
|
dlltool_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
|
||||||
dlltool_LDFLAGS =
|
dlltool_LDFLAGS =
|
||||||
windres_OBJECTS = windres.o resrc.o rescoff.o resbin.o rcparse.o \
|
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_DEPENDENCIES = ../bfd/libbfd.la ../libiberty/libiberty.a
|
||||||
windres_LDFLAGS =
|
windres_LDFLAGS =
|
||||||
size_OBJECTS = size.o bucomm.o version.o filemode.o
|
size_OBJECTS = size.o bucomm.o version.o filemode.o
|
||||||
|
@ -99,7 +99,7 @@ static char *get_string PARAMS ((int));
|
|||||||
"ICON" { return ICON; }
|
"ICON" { return ICON; }
|
||||||
"LANGUAGE" { return LANGUAGE; }
|
"LANGUAGE" { return LANGUAGE; }
|
||||||
"CHARACTERISTICS" { return CHARACTERISTICS; }
|
"CHARACTERISTICS" { return CHARACTERISTICS; }
|
||||||
"VERSION" { return VERSION; }
|
"VERSION" { return VERSIONK; }
|
||||||
"MENU" { return MENU; }
|
"MENU" { return MENU; }
|
||||||
"MENUEX" { return MENUEX; }
|
"MENUEX" { return MENUEX; }
|
||||||
"MENUITEM" { return MENUITEM; }
|
"MENUITEM" { return MENUITEM; }
|
||||||
|
Reference in New Issue
Block a user