Palm-Studios / sh3redux

SILENT HILL 3 Engine Remake in OpenGL and C++
GNU General Public License v3.0
162 stars 16 forks source link

Fixed Building on Windows (finally) #132

Closed Quaker762 closed 5 years ago

Quaker762 commented 6 years ago

It is now actually possible to compile on Windows using cmake instead of having to rely on an IDE environment. An icon for the test programs was also added to differentiate it from the actual (sh3r.exe) program.

Quaker762 commented 6 years ago

It was an absolute pain in the arse to get this to work correctly... Luckily it should work 100%, though it relies on a path passed in from build.bat, which is the only way I could think to do this without any centralized package location.

z33ky commented 6 years ago

Also I've used tabs in the CMake files.

Quaker762 commented 6 years ago

Also I've used tabs in the CMake files.

Goddamn.. I'll get on this in the next few days. I've got 3 assignments due this week. Kill me.

Quaker762 commented 5 years ago

This is 110% deprecated now :3