A game about forced loneliness, made by TACStudios
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 9 lines 352 B view raw
1Direct style: 2cl /EHsc /std:c++17 COMIntegration.cpp /link Shlwapi.lib /out:"..\Release\COMIntegration.exe" 3 4For a debug build with PDB: 5cl /EHsc /std:c++17 /Z7 /DEBUG:FULL COMIntegration.cpp /link Shlwapi.lib /out:"..\Release\COMIntegration.exe" 6 7CMake style: 8cmake ../COMIntegration~ -B ./build 9cmake --build ./build --config=release -- /p:OutDir=..