summaryrefslogtreecommitdiff
path: root/win/configure.js
diff options
context:
space:
mode:
authorunknown <reggie@big_geek.>2006-01-31 13:10:05 -0600
committerunknown <reggie@big_geek.>2006-01-31 13:10:05 -0600
commit6635bf53a222789577f800b9d3b5dd26b561607d (patch)
tree1455d0152421c3f750f52a30cfb9d5667dfe0271 /win/configure.js
parent1940cabd08b8d0f78c35c737ca80c073bfff3561 (diff)
downloadmariadb-git-6635bf53a222789577f800b9d3b5dd26b561607d.tar.gz
a few corrections necessary for the win32 folder rename
win/build-vs71.bat: fixed call out to deploy.bat win/build-vs8.bat: fixed call out to deploy.bat win/cmakefiles/base: changed win32 to win win/cmakefiles/sql: use proper win folder for path win/configure.js: this file should be called from the root so we need to use the path
Diffstat (limited to 'win/configure.js')
-rw-r--r--win/configure.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure.js b/win/configure.js
index c82e62941d7..b1c269d4eed 100644
--- a/win/configure.js
+++ b/win/configure.js
@@ -11,7 +11,7 @@ try
var args = WScript.Arguments
- var configfile = fso.CreateTextFile("configure.data", true);
+ var configfile = fso.CreateTextFile("win\\configure.data", true);
for (i=0; i < args.Count(); i++)
{
configfile.WriteLine(args.Item(i));