From: jesusc Date: Fri, 1 Aug 2003 08:49:45 +0000 (+0000) Subject: Cleaning up mess while trying to build librarian. Added librarian to MSVC build. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=fde3bdeec158662ea4c139a20b325135d69b79bf;p=fw%2Fsdcc Cleaning up mess while trying to build librarian. Added librarian to MSVC build. git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2796 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/ChangeLog b/ChangeLog index 807cd80c..dd508a3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2003-08-01 Jesus Calvino-Fraga + + Added librarian to MSVC build: + * all.dsp + * sdcc.dsw + * support\librarian\librarian.dsp + + 'configure' not needed for librarian, removed: + * support\librarian\configure + * support\librarian\configure.in + * support\librarian\config_in.h + * support\librarian\Makefile.in + + Hopefully these ones built the librarian and the rest of sdcc properly: + * Makefile + * Makefile.common.in + + Messed up 'configure', so revert to previous version: + * configure + * configure.in + 2003-07-31 Bernhard Held * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits diff --git a/Makefile b/Makefile index f4cc8dd6..a970d310 100644 --- a/Makefile +++ b/Makefile @@ -38,10 +38,8 @@ TARGETS += sdcc-packihx PKGS += $(SDCC_PACKIHX) endif -ifneq ($(OPT_ENABLE_LIBRARIAN), no) TARGETS += sdcc-librarian PKGS += $(SDCC_LIBRARIAN) -endif PKGS_TINI = $(SDCC_LIBS) $(SDCC_ASLINK) \ src device/include $(SDCC_PACKIHX) $(SDCC_LIBRARIAN) diff --git a/Makefile.common.in b/Makefile.common.in index ae4fff14..405c8bb0 100644 --- a/Makefile.common.in +++ b/Makefile.common.in @@ -38,7 +38,6 @@ lib_dir_suffix = @lib_dir_suffix@ OPT_ENABLE_UCSIM = @OPT_ENABLE_UCSIM@ OPT_ENABLE_DEVICE_LIB_BUILD = @OPT_ENABLE_DEVICE_LIB_BUILD@ OPT_ENABLE_PACKIHX = @OPT_ENABLE_PACKIHX@ -OPT_ENABLE_LIBRARIAN = @OPT_ENABLE_LIBRARIAN@ SLIB = $(PRJDIR)/support/Util