Include and library directory paths #2
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: TheZone/ScuffedMinecraft#2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I checked out your project and I like it. But when I wanted to build myself I ran into the issue that the
Include
andLibrary
directory paths are absolute paths and if someone doesn't has the project inC:\dev\C++\
it wont find the files.Using a Visual Studio macro like
$(SolutionDir)
solves this problem.Thanks for checking out the project! This will be fixed in the next episode.
This has been resolved