mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
bb9f03f2ba
The new project files are for Microsoft Visual Studio 2010. The configurations now support building both 32- and 64-bit targets, and the "Release DLL" target is supported much like in the vc71 project. The output layout is as follows: 32-bit, Debug static library goes to libcpuid/x32/Debug 32-bit, Release static library goes to libcpuid/x32/Release 32-bit, DLL (only release) goes to libcpuid/x32/ReleaseDLL. It includes the .dll and the export library .lib as well. 64-bit DLL goes to libcpuid/x64/ReleaseDLL. and so forth. |
||
---|---|---|
.. | ||
cpuid_tool.c | ||
cpuid_tool.dsp | ||
cpuid_tool_vc10.vcxproj | ||
cpuid_tool_vc10.vcxproj.filters | ||
cpuid_tool_vc71.vcproj | ||
Makefile.am | ||
Makefile.x64 |