Code

These files were separated out from filedialog.cpp and filedialog.h, so to facilitate...
[inkscape.git] / buildtool.cpp
index 5975f86e195fa0289c0a07eb1782bb7d23b0d9d8..94a430da38fcfb06f2f44c389d0e07a985ae5e3b 100644 (file)
@@ -38,7 +38,7 @@
  *     
  */  
 
-#define BUILDTOOL_VERSION  "BuildTool v0.7.0, 2007 Bob Jamison"
+#define BUILDTOOL_VERSION  "BuildTool v0.7.1, 2007 Bob Jamison"
 
 #include <stdio.h>
 #include <fcntl.h>
@@ -6852,8 +6852,9 @@ public:
             //trace("skipped <makefile>");
             return true;
             }
+        String fullNative = getNativePath(fullName);
         //trace("fullName:%s", fullName.c_str());
-        FILE *f = fopen(fullName.c_str(), "w");
+        FILE *f = fopen(fullNative.c_str(), "w");
         if (!f)
             {
             error("<makefile> could not open %s for writing : %s",