configure.ps1: Fix path handling and improve reliability #21

Merged
harraiken merged 1 commits from perikiyoxd/exectos:powershell-tidy into master 2025-10-10 20:18:06 +02:00

1 Commits

Author SHA1 Message Date
b74c31f17c configure.ps1: Fix path handling and improve reliability
- Use $PSScriptRoot for reliable source directory detection
- Use Join-Path for proper path construction
- Validate BUILD_TYPE against Debug/Release
- Fix CMake argument quoting
- Use Write-Error for error messages
2025-10-10 16:26:28 +02:00