Eusth / PlayClubVR

MIT License
38 stars 8 forks source link

Help , I can't generate Exe files by VS2015 #8

Closed armstrong1972 closed 8 years ago

armstrong1972 commented 8 years ago

Hi Eusth :

I downloaded all source code by Git and compiled the solution, It passed. But no Exe files were generated . I double checked the "OutputType" in 4 projects , they are all "Library" . So only DLL files were generated.

Pls help me : how can I generate Exe files .

Thanks

Armstrong Li Beijing China

Eusth commented 8 years ago

Hey there!

First off: the .exe files are only used to patch the DLLs and are not really part of PlayClubVR. You can just use those that come with any of the releases. I simply haven't added them to the repository yet.

If you want to build it all yourself, check out this project and rename the built file to PlayClubVR.exe.

armstrong1972 commented 8 years ago

Greate, thanks Eusth .