liamkf / Unreal_FASTBuild

Allows UnrealEngine to be built with FASTBuild for VS2015/VS2017 and Windows 10.
MIT License
180 stars 71 forks source link

fix building C source files #40

Open BradyBrenot opened 5 years ago

BradyBrenot commented 5 years ago

The script was creating output files for C (.c) source files as, e.g., "miniz.cpp.obj", but we'd then to try to link with the 'correct' name, e.g. "miniz.c.obj". This change fixes that.