2024年5月18日 星期六

Build GLFW  as 32bit


 cmake -DGLFW_BUILD_WIN32=ON  ..

 Click the "Solution Platforms" -> Configuration Manager



Select "New"  to create a new Win32 platform, all just copy the configuration from x64 and we need modify it later

 

Modify the Librarian -> All Options ->Additonal Options "%(AdditionalOptions) /machine:x64" to %(AdditionalOptions) /machine:x32

Take same modification to some Examples if you need them.



Then build the glfw.





沒有留言:

張貼留言