1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/cpuid_tool
Veselin Georgiev bb9f03f2ba Replace VC9 project files with improved ones for VC10.
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.
2016-07-10 02:51:23 +02:00
..
cpuid_tool.c Add detection of L4 cache. 2016-06-09 15:42:57 +03:00
cpuid_tool.dsp Changed code generation to Multithreaded DLL 2012-08-26 20:29:44 +00:00
cpuid_tool_vc10.vcxproj Replace VC9 project files with improved ones for VC10. 2016-07-10 02:51:23 +02:00
cpuid_tool_vc10.vcxproj.filters Replace VC9 project files with improved ones for VC10. 2016-07-10 02:51:23 +02:00
cpuid_tool_vc71.vcproj Added project files for Visual Studio 2003 (VC 71), added an option to build libcpuid as a DLL. 2009-08-19 21:43:56 +00:00
Makefile.am Add *.sln, *.vcproj files to automake for "make dist" to work. 2014-06-25 13:54:41 +03:00
Makefile.x64 Added Makefile for Win64 2009-01-27 01:43:13 +00:00