It appears that none of the custom-build steps are working in the VS2008 plugin (haven't checked the latest build of the VS2005 plugin but previous ones used to work). It looks like it's trying to compile the custom build command line rather than just execute it.
If you create a new FTN95 project and set up a pre-build step, say running a batch file or just executing a command (I've been using mk32 to run fparam and compile a resource.rc), then try to build, you get something like:
------ Build started: Project: TestCustomBuild, Configuration: Debug .NET ------ Building project TestCustomBuild... Performing pre-build step... [FTN95/Win32 Ver. 5.20.1 Copyright (c) Silverfrost Ltd 1993-2008] Licensed to: xxxx Organisation: xxxx
*** More than one source file specified with names for and Microsoft
1 ERROR [for] - Compilation failed.
Updating References... Compiling file: FreeFormat1.f95 etc...
I don't think I've done anything wrong, and it always worked before. A fix for this would be greatly appreciated.
Alan