Game Development Community

Duplicate netTest.CPP writes in T3D v3.6+

by Steve Acaster · in Torque 3D Professional · 01/27/2015 (8:26 am) · 0 replies

VS2013 (stock New Project build in T3D v3.6.1/3.6.2) is giving a warning on build saying that 2 versions of netTest.cpp are trying to write to the same location.
Warning	1	warning MSB8027: Two or more files with the name of netTest.cpp will produce outputs to the same location. This can lead to an incorrect build result.  The files involved are C:\Torque\Torque3D-3.6.2\Torque3D-3.6.2\Engine\source\app\net\netTest.cpp, C:\Torque\Torque3D-3.6.2\Torque3D-3.6.2\Engine\source\platform\test\netTest.cpp.	C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets	942	5	New Project DLL

This didn't happen in v2.0+, can someone check for confirmation, plox.