摘要:
xcopy "$(ProjectDir)dlls\$(PlatformName)\*.*" "$(ProjectDir)$(OutDir)" /Y if NOT %ComputerName% == DEVPC GOTO:end REM signing certificate is not part of the solution if $(PlatformName) == "x86" ( cal... 阅读全文
摘要:
Yasm 1.3.0 Release Notes http://yasm.tortall.net/releases/Release1.3.0.html Target Audience Welcome to the 1.3.0 release of the Yasm Modular Assembler 阅读全文
摘要:
Macro definition of snprintf conflicts with Standard Library function declaration 即将此处的宏定义注释掉,因为在VS2015中已经对snprintf提供了官方支持 D:\dev\libvpx\libvpx-v1.3.0 阅读全文