diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-06-26 15:01:41 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-06-26 15:01:41 +0000 |
| commit | a17de85ef1ac7ba4dad911f682897015cf966f14 (patch) | |
| tree | 6f3ef764140959f26127a1f65580c7d53d453910 /buildtool.cpp | |
| parent | Move icon of 3D Box tool between Text tool and Connector tool (diff) | |
| download | inkscape-a17de85ef1ac7ba4dad911f682897015cf966f14.tar.gz inkscape-a17de85ef1ac7ba4dad911f682897015cf966f14.zip | |
Add gtkrc to build.xml. Fix native path on <makefile>
(bzr r3109)
Diffstat (limited to 'buildtool.cpp')
| -rw-r--r-- | buildtool.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/buildtool.cpp b/buildtool.cpp index 5975f86e1..94a430da3 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -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", |
