From a17de85ef1ac7ba4dad911f682897015cf966f14 Mon Sep 17 00:00:00 2001 From: Bob Jamison Date: Tue, 26 Jun 2007 15:01:41 +0000 Subject: Add gtkrc to build.xml. Fix native path on (bzr r3109) --- buildtool.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'buildtool.cpp') 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 #include @@ -6852,8 +6852,9 @@ public: //trace("skipped "); 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(" could not open %s for writing : %s", -- cgit v1.2.3