Author: mlytwyn
Date: Sun May 29 23:52:51 2016
New Revision: 39821

URL: http://svn.gna.org/viewcvs/gnustep?rev=39821&view=rev
Log:
Remove references to backtrace library

Removed:
    libs/back/branches/gnustep_testplant_branch/Tools/Backtrace/
Modified:
    libs/back/branches/gnustep_testplant_branch/Tools/GNUmakefile.postamble
    libs/back/branches/gnustep_testplant_branch/Tools/GNUmakefile.preamble
    libs/back/branches/gnustep_testplant_branch/Tools/gpbs.m

Modified: 
libs/back/branches/gnustep_testplant_branch/Tools/GNUmakefile.postamble
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Tools/GNUmakefile.postamble?rev=39821&r1=39820&r2=39821&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Tools/GNUmakefile.postamble     
(original)
+++ libs/back/branches/gnustep_testplant_branch/Tools/GNUmakefile.postamble     
Sun May 29 23:52:51 2016
@@ -32,9 +32,6 @@
        $(LN_S) ../Source/xlib/XGCommonFont.m .
        -$(RM) xdnd.c
        $(LN_S) ../Source/x11/xdnd.c .
-ifeq ($(findstring mingw32, $(GNUSTEP_TARGET_OS)), mingw32)
-       (cd Backtrace; make; cd ..)
-endif
 
 # Things to do after compiling
 # after-all::
@@ -44,9 +41,6 @@
 
 # Things to do after installing
 after-install::
-ifeq ($(findstring mingw32, $(GNUSTEP_TARGET_OS)), mingw32)
-       $(INSTALL) backtrace/backtrace.dll $(GNUSTEP_TOOLS)
-endif
        if [ ! -f $(GNUSTEP_DOC_MAN) ]; then \
          $(MKDIRS) $(GNUSTEP_DOC_MAN); \
        fi; \
@@ -66,9 +60,6 @@
 
 # Things to do after uninstalling
 after-uninstall::
-ifeq ($(findstring mingw32, $(GNUSTEP_TARGET_OS)), mingw32)
-       rm -f $(GNUSTEP_TOOLS)/backtrace.dll
-endif
        for file in $(MAN1_PAGES) __done; do \
          if [ $$file != __done ]; then \
            rm -f $(GNUSTEP_DOC_MAN)/man1/$$file.gz; \

Modified: libs/back/branches/gnustep_testplant_branch/Tools/GNUmakefile.preamble
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Tools/GNUmakefile.preamble?rev=39821&r1=39820&r2=39821&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Tools/GNUmakefile.preamble      
(original)
+++ libs/back/branches/gnustep_testplant_branch/Tools/GNUmakefile.preamble      
Sun May 29 23:52:51 2016
@@ -68,9 +68,3 @@
 ADDITIONAL_TOOL_LIBS += -lgnustep-gui -lgnustep-back $(SYSTEM_LIBS)
 endif
 
-ifeq ($(findstring mingw32, $(GNUSTEP_TARGET_OS)), mingw32)
-ADDITIONAL_LIB_DIRS += -L./Backtrace
-ADDITIONAL_TOOL_LIBS += -lbacktrace
-SUBPROJECTS = Backtrace
-endif
-

Modified: libs/back/branches/gnustep_testplant_branch/Tools/gpbs.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Tools/gpbs.m?rev=39821&r1=39820&r2=39821&view=diff
==============================================================================
--- libs/back/branches/gnustep_testplant_branch/Tools/gpbs.m    (original)
+++ libs/back/branches/gnustep_testplant_branch/Tools/gpbs.m    Sun May 29 
23:52:51 2016
@@ -1425,21 +1425,6 @@
             }
         }
     }
-  
-#if defined(__MINGW__)
-  if ([[NSUserDefaults standardUserDefaults] 
boolForKey:@"GSGPBSLoggingEnabled"])
-  {
-    // Load backtrace library for mingw...
-    NSString *gpbstool = [NSString stringWithCString:argv[0] 
encoding:NSASCIIStringEncoding];
-    NSString *gpbspath = [gpbstool stringByDeletingLastPathComponent];
-    NSString *backtrace = [gpbspath 
stringByAppendingPathComponent:@"backtrace.dll"];
-    
-    if (LoadLibraryA([backtrace cStringUsingEncoding:NSUTF8StringEncoding]) == 
0)
-      NSWarnMLog(@"error loading mingw backtrace library - status: %d", 
GetLastError());
-    else
-      NSWarnMLog(@"Windows/mingw backtrace library loaded successfully");
-  }
-#endif
 
   if (verbose)
     {


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to