It's not messy to compile NOW. :)

This commit is contained in:
Ryan C. Gordon 2017-07-17 16:39:15 -04:00
parent 28f32ad240
commit adb7ea4dfc
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
* 5. In the Solution Explorer (to the right typically), delete all .cpp and .h files in
* PhysFS-WinRT.Shared except targetver.h.
* 6. In Windows Explorer, find the "src" folder of the PhysFS source code. Select all files
* in the folder (ignore the "lzma" folder, we're not including 7Zip support because it's messy to compile).
* in the folder.
* Drag and drop all of the source files onto PhysFS-WinRT-Shared in Visual Studio.
* 7. In Windows Explorer, find the file called "physfs.h". Copy this file into a folder of its own somewhere.
* I suggest naming that folder "include". This will be your "include" folder for any projects using PhysFS.