]> git.pld-linux.org Git - packages/boomerang.git/commitdiff
- updated
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Jul 2004 20:56:21 +0000 (20:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boomerang-path.patch -> 1.2

boomerang-path.patch

index 20fce2a12242b5e9aa4ef73f2f79537a2a3509d7..70f7457e08ac70471e0a8acb3a1fa3ff557bb325 100644 (file)
@@ -19,7 +19,19 @@ diff -urN boomerang.org/boomerang.cpp boomerang/boomerang.cpp
 -        std::cerr << "? No slash in argv[0]!" << std::endl;
 -        return 1;
 -    }
-+    progPath = BOOMDIR "/";
++    progPath = BOOMDIR "/";
      outputPath = "./";
  
      // Parse switches on command line
+diff -urN boomerang.org/Makefile.in boomerang/Makefile.in
+--- boomerang.org/Makefile.in  2004-07-09 00:22:50.487941520 +0200
++++ boomerang/Makefile.in      2004-07-09 00:47:53.197494944 +0200
+@@ -178,7 +178,7 @@
+ # Compile ordinary files
+ $(STATIC_OBJS): %.o : %.cpp
+-      $(CC) -c -o $@ -Iinclude $(EXTRA) $<
++      $(CC) -c -o $@ -Iinclude $(BOOMSET) $(EXTRA) $<
+ $(TEST_OBJS): %.o : %.cpp
+       $(CC) -c -o $@ -Iinclude $(EXTRA) $<
This page took 0.030847 seconds and 4 git commands to generate.