Author: cfinck
Date: Wed Sep 12 19:34:14 2007
New Revision: 29020
URL:
http://svn.reactos.org/svn/reactos?rev=29020&view=rev
Log:
Check for the Makefile instead of the ".svn" directory, when
"Build-Shared.cmd" is executed.
The ".svn" directory does not exist, when you try to build an SVN Export. (and
all "src" Release packages are SVN Exports)
Modified:
trunk/tools/RosBE-Windows/Root/Build-Shared.cmd
Modified: trunk/tools/RosBE-Windows/Root/Build-Shared.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Build-Sha…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/Build-Shared.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/Build-Shared.cmd Wed Sep 12 19:34:14 2007
@@ -31,7 +31,7 @@
::
if %logdiff% == 0 (
if not exist "RosBE-Logs\." (
- if not exist ".svn\." (
+ if not exist "Makefile" (
echo Folder is empty. No Build can be performed without a Source Code.
goto :EOB
) else (