| Summary: | [UWP] Add project files for Windows 10 (VS2015+) | ||
|---|---|---|---|
| Product: | SDL_ttf | Reporter: | Ethan Lee <flibitijibibo> |
| Component: | misc | Assignee: | Sam Lantinga <slouken> |
| Status: | NEW --- | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | sylvain.becker |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Windows 10 | ||
| Attachments: | project | ||
|
Description
Ethan Lee
2017-11-17 19:32:24 UTC
Created attachment 3090 [details]
project
Hi,
I provided a while ago (dec, 2015) projects for UWP VC 2015, here's the archive again.
it's not up-to-date with latest source code. But I don't think ttf/mixer/image files have changed so much.
You may want to remove the lines for Output/Temp dir. I usually put them into the solution directory ...
eg "general > intermediate folder :
...
General > intermediare folder : $(SolutionDir)\Temp\$(Platform)\$(Configuration)\$(MSBuildProjectName)\
General > output folder : $(SolutionDir)\Output\$(Platform)\$(Configuration)\$(MSBuildProjectName)\
...
Also, SDL_ttf is build with harfbuzz but you don't need that I guess.
Projects and there relative path :
\SDL_ttf\VisualC-WinRT\visual_2015\
\SDL_mixer\VisualC-WinRT\visual_2015\
\SDL_image\VisualC-WinRT\visual_2015\
\LibPNG\
\LibJPEG\
\harfbuzz-1.1.2\
freetype-2.4.12\builds\win32\vc2015\
|