patch: make abiword build again on win32

From: Jordi Mas (jmas_at_softcatala.org)
Date: Wed Dec 17 2003 - 07:19:30 EST

  • Next message: tomasfrydrych_at_yahoo.co.uk: "Re: patch: make abiword build again on win32"

    Hello,

    On Win32 I have been unable to link Abiword since Tomas introduced the
    Dlg_ListDocuments.

    In order to make Abiword linke I need to make the following changes to the
    Makefile (see diff.txt). They same very logical to me.

    Please, if you think that there OK, I can commit them to the tree.

    Thanks,

    -- 
    

    Jordi Mas i Hernāndez (homepage http://www.softcatala.org/~jmas) http://www.softcatala.org

    Index: Makefile
    ===================================================================
    RCS file: /cvsroot/abi/src/af/xap/Makefile,v
    retrieving revision 1.106
    diff -u -r1.106 Makefile
    --- Makefile 8 Nov 2003 08:35:16 -0000 1.106
    +++ Makefile 17 Dec 2003 12:14:52 -0000
    @@ -45,7 +45,8 @@
                     $(OBJDIR)/xap_$(ABI_FE)FontPreview.$(OBJ_SUFFIX) \
                     $(OBJDIR)/xap_$(ABI_FE)Dlg_Language.$(OBJ_SUFFIX) \
                     $(OBJDIR)/xap_$(ABI_FE)Dlg_Image.$(OBJ_SUFFIX) \
    - $(OBJDIR)/xap_$(ABI_FE)Dlg_Encoding.$(OBJ_SUFFIX)
    + $(OBJDIR)/xap_$(ABI_FE)Dlg_Encoding.$(OBJ_SUFFIX) \
    + $(OBJDIR)/xap_$(ABI_FE)Dlg_ListDocuments.$(OBJ_SUFFIX)
     
     # gnome has its own about dialog
     ifneq ($(ABI_OPT_GNOME),1)
    @@ -161,7 +162,8 @@
                     $(OBJDIR)/xap_Module.$(OBJ_SUFFIX) \
                     $(OBJDIR)/xap_ModuleManager.$(OBJ_SUFFIX) \
                     $(OBJDIR)/xap_Dlg_Language.$(OBJ_SUFFIX) \
    - $(OBJDIR)/xap_Dlg_Encoding.$(OBJ_SUFFIX)
    + $(OBJDIR)/xap_Dlg_Encoding.$(OBJ_SUFFIX) \
    + $(OBJDIR)/xap_Dlg_ListDocuments.$(OBJ_SUFFIX)
     
     include $(ABI_ROOT)/src/config/abi_rules.mk
     



    This archive was generated by hypermail 2.1.4 : Wed Dec 17 2003 - 07:19:27 EST