We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6ebbe commit 8625aabCopy full SHA for 8625aab
1 file changed
win/build-deps.cmd
@@ -24,6 +24,13 @@
24
@echo off
25
echo.
26
27
+for %%Q in ("%~dp0\.") DO set "batpath=%%~fQ"
28
+
29
+if NOT "%CD%" == "%batpath%" (
30
+ GOTO :ErrorAndPrintUsage
31
+)
32
33
34
set PROJECT_NAME=IfcOpenShell
35
call utils\cecho.cmd 15 0 "This script fetches and builds all %PROJECT_NAME% dependencies"
36
@@ -562,3 +569,5 @@ echo - https://www.visualstudio.com/
562
569
echo 5. Run this batch script with Visual Studio environment variables set.
563
570
echo - https://msdn.microsoft.com/en-us/library/ms229859(v=vs.110).aspx
564
571
572
+echo NB: This script needs to be ran from the directory directly containing it.
573
+echo.
0 commit comments