From 939336d7d47cd22c96e1220a6895c897167dd5f7 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 9 Nov 2007 00:56:36 +0000 Subject: It works w/o the newline on my system but you are right. A newline is nicer. --- PCbuild/build.bat | 2 +- PCbuild/build_env.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PCbuild/build.bat b/PCbuild/build.bat index fe78892..5eeb123 100644 --- a/PCbuild/build.bat +++ b/PCbuild/build.bat @@ -47,4 +47,4 @@ if not exist sqlite3.dll copy ..\..\sqlite-source-3.3.4\sqlite3.dll . nant -buildfile:python.build all goto end -:end \ No newline at end of file +:end diff --git a/PCbuild/build_env.bat b/PCbuild/build_env.bat index ad3b609..3a8b16d 100644 --- a/PCbuild/build_env.bat +++ b/PCbuild/build_env.bat @@ -1 +1 @@ -@%comspec% /k env.bat \ No newline at end of file +@%comspec% /k env.bat -- cgit v0.12