fatal error U1077 and LNK1104 (solved)

hello every body

my Previous problem was solved but now

i have problem for building model in external mode(matlab simuink )

i think it must set some thing in project linker

thanks alot

my software :

os: win 8.1 64 bit

matlab : 2016b

vs 2013

intel fortran 2015


### Linking ...
	H:\R2016b\sys\perl\win32\bin\perl H:\R2016b\rtw\c\tools\mkvc_lnk.pl Test02_SIG.lnk Test02_SIG.obj Test02_SIG_capi.obj Test02_SIG_data.obj rtGetInf.obj rtGetNaN.obj rt_logging.obj rt_logging_mmi.obj rt_matrx.obj rt_nonfinite.obj rt_printf.obj rtw_modelmap_utils.obj xpc_datatype_ground.obj xpctarget.obj appmappingData.obj legacy_stdio.obj  FAST_SFunc.obj
	link /NOLOGO /DLL /SUBSYSTEM:CONSOLE /DEF:xpcvcdll.def  /Include:_malloc /MAP /DEBUG H:\R2016b\toolbox\rtw\targets\xpc\target\build\lib\libatlas.a H:\R2016b\toolbox\rtw\targets\xpc\target\build\lib\libcblas.a  xpcruntime.lib    @Test02_SIG.lnk @Test02_SIG_ref.rsp -out:Test02_SIG_xpc.dll
LINK : fatal error LNK1104: cannot open file 'FAST_SFunc.obj'
NMAKE : fatal error U1077: '"D:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.EXE"' : return code '0x450'
Stop.
The make command returned an error of 2
'An_error_occurred_during_the_call_to_make' is not recognized as an internal or external command,
operable program or batch file.

i cant use guide (readme_fastv8.pdf) for this error

how can i create this object (FAST_SFunc.obj)

i add some lib in makertw matlab command and its work