SortaCore/MMF2Exts

PackX - Won't build in any solution config except Debug

SortaCore opened this issue · 2 comments

For some reason, there's resource compiler error:
RC : fatal error RC1109: error creating .\Release/
I've been through the resource file's code, searched all the files in the project, and checked the project configuration - no mention of Release folder anywhere, just Release_Small. And I did that four times.

LB-- commented

Try Ctrl+F for .\Release/
https://github.com/SortaCore/MMF2Exts/blob/master/MMF2SDK/PackX/MMF2SDK%20-%20PackX.vcproj
Brings up rather odd results for me.

It was in Ext.rc's specific file properties, not part of the project or anything. Good catch LB :)