Social Reiot

Social Game Developer wandering in strange dungeon.

Boost With Visual Studio 2008 Express

visual studio express 시리즈들이 커맨드라인 빌드를 지원하지 않는다고만 알고 있었는데, 구글님께 여쭤보니 역시나 해결책이 있었다.

bjam –toolset=msvc-9.0express –with-system –with-thread –with-date_time –with-regex –with-serialization –with-test –stagedir=. debug release link=static runtime-link=shared threading=multi stage

Comments