Browse Source

every build as a pause.

Cláudio Gomes 7 years ago
parent
commit
d54cdb9f03

+ 1 - 0
SemanticAdaptationForFMI/Experiments/power_window_case_study/fmus/FMI_Environment/build.ps1

@@ -3,3 +3,4 @@ rm "Debug\*"
 mingw32-make clean makefile
 mingw32-make lib makefile
 
+pause

+ 2 - 0
SemanticAdaptationForFMI/Experiments/power_window_case_study/fmus/FMI_Window_sa/build.ps1

@@ -4,3 +4,5 @@ mingw32-make clean makefile
 mingw32-make lib makefile
 
 copy ..\ThirdParty\FMI_Window\binaries\win32\*.dll Debug\
+
+pause

+ 4 - 0
SemanticAdaptationForFMI/Experiments/power_window_case_study/fmus/FMI_loop_sa/build.ps1

@@ -3,6 +3,8 @@ rm "Debug\*"
 mingw32-make clean makefile
 mingw32-make lib makefile
 
+pause
+
 Echo "Exporting dependencies..."
 
 Push-Location ..\FMI_Window_sa\
@@ -11,3 +13,5 @@ Pop-Location
 
 copy ..\FMI_Window_sa\Debug\* .\Debug\
 copy ..\ThirdParty\FMI_Obstacle\binaries\win32\*.dll Debug\
+
+pause

+ 3 - 1
SemanticAdaptationForFMI/Experiments/power_window_case_study/fmus/FMI_power_sa/build.ps1

@@ -3,4 +3,6 @@ rm "Debug\*"
 mingw32-make clean makefile
 mingw32-make lib makefile
 
-copy ..\ThirdParty\FMI_PowerSystem\binaries\win32\*.dll Debug\
+copy ..\ThirdParty\FMI_PowerSystem\binaries\win32\*.dll Debug\
+
+pause