资源简介
glfw-3.2.1源码包
build目录是后建的,已使用cmake编译
代码片段和文件信息
#ifdef __cplusplus
# error “A C++ compiler has been selected for C.“
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
/* Version number components: V=Version R=Revision P=Patch
Version date components: YYYY=Year MM=Month DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID “Intel“
# if defined(_MSC_VER)
# define SIMULATE_ID “MSVC“
# endif
/* __INTEL_COMPILER = VRP */
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__PATHCC__)
# define COMPILER_ID “PathScale“
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID “Embarcadero“
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID “Borland“
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID “Watcom“
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID “OpenWatcom“
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID “SunPro“
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 438 2016-08-18 19:32 glfw-3.2.1\.appveyor.yml
文件 13713 2016-08-18 19:32 glfw-3.2.1\.github\CONTRIBUTING.md
文件 516 2016-08-18 19:32 glfw-3.2.1\.travis.yml
..A..H. 58880 2017-12-10 15:31 glfw-3.2.1\build\.vs\GLFW\v14\.suo
文件 30343 2017-12-10 15:29 glfw-3.2.1\build\ALL_BUILD.vcxproj
文件 298 2017-12-10 15:29 glfw-3.2.1\build\ALL_BUILD.vcxproj.filters
文件 13066 2017-12-10 16:14 glfw-3.2.1\build\CMakeCache.txt
文件 2106 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CMakeCCompiler.cmake
文件 49152 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CMakeDetermineCompilerABI_C.bin
文件 212 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CMakeRCCompiler.cmake
文件 387 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CMakeSystem.cmake
文件 18674 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\CMakeCCompilerId.c
文件 14848 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\CompilerIdC.exe
文件 2595 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\CompilerIdC.vcxproj
文件 1999 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CMakeCCompilerId.obj
文件 702 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\CL.command.1.tlog
文件 598 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\CL.read.1.tlog
文件 420 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\CL.write.1.tlog
文件 244 2017-12-10 15:28 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate
文件 330 2017-12-10 15:44 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
文件 330 2017-12-10 15:49 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
文件 330 2017-12-10 15:58 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
文件 330 2017-12-10 16:03 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
文件 1626 2017-12-10 15:43 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
文件 1396 2017-12-10 15:43 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
文件 28 2017-12-10 15:44 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
文件 144 2017-12-10 15:48 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
文件 144 2017-12-10 15:48 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
文件 28 2017-12-10 15:49 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
文件 144 2017-12-10 15:53 glfw-3.2.1\build\CMakeFiles\3.10.0\CompilerIdC\Debug\CompilerIdC.tlog\li
............此处省略1141个文件信息
评论
共有 条评论