SF.net SVN: geany:[5817] branches/0.20.1

eht16 at users.sourceforge.net eht16 at xxxxx
Sun May 22 15:22:50 UTC 2011


Revision: 5817
          http://geany.svn.sourceforge.net/geany/?rev=5817&view=rev
Author:   eht16
Date:     2011-05-22 15:22:50 +0000 (Sun, 22 May 2011)

Log Message:
-----------
Replace escape character '\' by slash '/' in paths in the Windows Makefiles (patch by Matthew Brush, thanks).

Modified Paths:
--------------
    branches/0.20.1/ChangeLog
    branches/0.20.1/tagmanager/makefile.win32

Modified: branches/0.20.1/ChangeLog
===================================================================
--- branches/0.20.1/ChangeLog	2011-05-22 11:08:06 UTC (rev 5816)
+++ branches/0.20.1/ChangeLog	2011-05-22 15:22:50 UTC (rev 5817)
@@ -1,3 +1,10 @@
+2011-05-22  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>
+
+ * tagmanager/makefile.win32:
+   Replace escape character '\' by slash '/' in paths in the
+   Windows Makefiles (patch by Matthew Brush, thanks).
+
+
 2011-05-09  Colomban Wendling  <colomban(at)geany(dot)org>
 
  * src/sidebar.c:

Modified: branches/0.20.1/tagmanager/makefile.win32
===================================================================
--- branches/0.20.1/tagmanager/makefile.win32	2011-05-22 11:08:06 UTC (rev 5816)
+++ branches/0.20.1/tagmanager/makefile.win32	2011-05-22 15:22:50 UTC (rev 5817)
@@ -3,7 +3,7 @@
 CC = gcc
 AR = ar
 RANLIB = ranlib
-PREFIX = C:\libs
+PREFIX = C:/libs
 RM = del
 -include ../localwin32.mk
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list