Skip to content

[Feature] facilitate autogen.bat #394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
reg31 opened this issue Feb 21, 2025 · 0 comments
Open

[Feature] facilitate autogen.bat #394

reg31 opened this issue Feb 21, 2025 · 0 comments

Comments

@reg31
Copy link

reg31 commented Feb 21, 2025

Hi,

As a nice-to-have, you could add cd %~dp0 to autogen.bat so this will garantee that the script runs in current folder, such as:

@echo off
cd %~dp0
REM Run this to set up the build system: configure, makefiles, etc.

https://github.com/xiph/opus/blob/main/autogen.bat

This will allow to run the script simply by double click on Windows, instead of having to fire the terminal, navigate to the folder and run the script from here.

@reg31 reg31 changed the title Facilitate autogen.bat facilitate autogen.bat Feb 21, 2025
@reg31 reg31 changed the title facilitate autogen.bat [Feature] facilitate autogen.bat Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant