build.ps1 276 B

1234567891011121314151617
  1. rm "Debug\*"
  2. mingw32-make clean makefile
  3. mingw32-make lib makefile
  4. pause
  5. Echo "Exporting dependencies..."
  6. Push-Location ..\FMI_Window_sa\
  7. & .\build.ps1
  8. Pop-Location
  9. copy ..\FMI_Window_sa\Debug\* .\Debug\
  10. copy ..\ThirdParty\FMI_Obstacle\binaries\win32\*.dll Debug\
  11. pause