diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-09 00:56:36 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-09 00:56:36 (GMT) |
commit | 939336d7d47cd22c96e1220a6895c897167dd5f7 (patch) | |
tree | 4ecd406bec039f43680a31720d0c4a552667f123 /PCbuild/build.bat | |
parent | 4a7cae526a7f90a48fedc77ca038d4b16682ed10 (diff) | |
download | cpython-939336d7d47cd22c96e1220a6895c897167dd5f7.zip cpython-939336d7d47cd22c96e1220a6895c897167dd5f7.tar.gz cpython-939336d7d47cd22c96e1220a6895c897167dd5f7.tar.bz2 |
It works w/o the newline on my system but you are right. A newline is nicer.
Diffstat (limited to 'PCbuild/build.bat')
-rw-r--r-- | PCbuild/build.bat | 2 |
1 files changed, 1 insertions, 1 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 |