Afr0Games / Project-Dollhouse

A project aiming to rebuild TSO (The Sims Online) from the ground up. Inspired by CorsixTH.
http://www.afr0games.com
117 stars 24 forks source link

Dependencies had build step disabled #161

Closed ddfczm closed 9 years ago

ddfczm commented 9 years ago

Hey,

I'm trying to setup a continuous integration server for PD so it builds automatically. Final hurdle is the project actively disables GonzoNet & the Protocol lib from compiling. This makes it impossible to compile the project with msbuild.

In visual studio you currently have to build those libs first and then build tso.client (as 2 manual steps) which is difficult to represent in msbuild.exe.

riperiperi commented 9 years ago

This was an accident in the first place - I only forgot about it because after compiling once it never proved to be a problem for me. LGTM.