blob: 6a23bcc1aba47c75e7179e5a4248d367646e71ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(367,5): warning MSB8004: Intermediate Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Intermediate Directory.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(368,5): warning MSB8004: Output Directory does not end with a trailing slash. This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
main.c
..\..\..\src\main.c(145): warning C4013: “AG_Getopt”未定义;假设外部返回 int
LINK : warning LNK4044: 无法识别的选项“/FS”;已忽略
正在创建库 D:\Documents\VisualStudio2015\Projects\retroRPG\build\VS2015\..\..\bin\retroRPG.lib 和对象 D:\Documents\VisualStudio2015\Projects\retroRPG\build\VS2015\..\..\bin\retroRPG.exp
正在生成代码
All 3669 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
已完成代码的生成
editor.vcxproj -> D:\Documents\VisualStudio2015\Projects\retroRPG\build\VS2015\..\..\bin\retroRPG.exe
editor.vcxproj -> D:\Documents\VisualStudio2015\Projects\retroRPG\build\VS2015\..\..\bin\retroRPG.pdb (Full PDB)
|