| Summary: | On Windows, sdl2-config should be written in something other than bash | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Michael J. Walsh <yoyolives> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | ||
| Version: | don't know | ||
| Hardware: | All | ||
| OS: | Windows (All) | ||
| Attachments: |
link script to invoke cscript.exe
a javascript which imitates it's bash namesake |
||
|
Description
Michael J. Walsh
2020-01-18 01:03:50 UTC
Created attachment 4169 [details]
link script to invoke cscript.exe
I'm attaching two documents:
sdl2-config.bat - a link script to invoke cscript.exe, and
sdl2-config.script - a javascript which imitates it's bash namesake. The only difference is that it assumes the prefix is the script's parent folder so if the script is in:
C:\Users\Shared\Downloads\SDL-ver2\bin
the prefix is set as
C:\Users\Shared\Downloads\SDL-ver2
Created attachment 4170 [details]
a javascript which imitates it's bash namesake
|