Include and library directory paths #2

Closed
opened 2024-09-08 13:25:08 +00:00 by Resongeo · 2 comments
Resongeo commented 2024-09-08 13:25:08 +00:00 (Migrated from github.com)

I checked out your project and I like it. But when I wanted to build myself I ran into the issue that the Include and Library directory paths are absolute paths and if someone doesn't has the project in C:\dev\C++\ it wont find the files.

Using a Visual Studio macro like $(SolutionDir) solves this problem.

I checked out your project and I like it. But when I wanted to build myself I ran into the issue that the `Include` and `Library` directory paths are absolute paths and if someone doesn't has the project in `C:\dev\C++\` it wont find the files. Using a Visual Studio macro like `$(SolutionDir)` solves this problem.
EvanatorM commented 2024-09-08 19:06:14 +00:00 (Migrated from github.com)

Thanks for checking out the project! This will be fixed in the next episode.

Thanks for checking out the project! This will be fixed in the next episode.
EvanatorM commented 2024-09-20 11:54:46 +00:00 (Migrated from github.com)

This has been resolved

This has been resolved
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TheZone/ScuffedMinecraft#2
No description provided.