Skip to content
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

Make it possible to overwrite the "src" folder with the name of your choice #203

Closed
AndyDragon1998 opened this issue Apr 23, 2023 · 3 comments

Comments

@AndyDragon1998
Copy link

Currently the .c and .h files are by default expected in a file named src. Which most likely is a throwback to how Visual Studio or CodeBlocks handles most of the program text.

This is however a small eyesore to projects made with notepad and terminal.

I propose a system where by default the src remains as it is, however users have the ability to overwrite this folders name in the makefile if they want to do so.

Thank you!
Sincerely, Drakonchik!

@RetroAntho
Copy link
Collaborator

The case has been manage by @kobenairb in this commit on develop branch : d794667

It should works if you set the SRC variable before the include of snes_rules :
include ${PVSNESLIB_HOME}/devkitsnes/snes_rules)

kobenairb added a commit to kobenairb/pvsneslib that referenced this issue Aug 27, 2023
@kobenairb
Copy link
Contributor

kobenairb commented Aug 27, 2023

Sorry for the late, this issue should be fixed by the following PR #245

alekmaul added a commit that referenced this issue Aug 27, 2023
@alekmaul
Copy link
Owner

Fixed

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

4 participants