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

Check include path in plugin folder #8

Open
Rev8Crew opened this issue Mar 30, 2018 · 4 comments
Open

Check include path in plugin folder #8

Rev8Crew opened this issue Mar 30, 2018 · 4 comments

Comments

@Rev8Crew
Copy link

I have next structure for my plugin:
image
and include/SoftGuard/
image
But when I compile, compiler don't check include/SoftGuard, instead of this he check folder with compiler.exe for includes.

how to make the compiler check includes in the same folder as the plugin that is compiled ?

@rsKliPPy
Copy link
Owner

I believe that's how amxxpc works by default.

@Rev8Crew
Copy link
Author

When I use amxx-studio, this features worked by default

@rsKliPPy
Copy link
Owner

It could be because it's trying to find include folder in the current working directory, which I change to where the compiler is located because that's a requirement for Linux. I'll have to test that out.

@Rev8Crew
Copy link
Author

Thanks !

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

2 participants