CMake/Tests/RunCMake/AutoExportDll
Bill Hoffman 75004280af Fix auto export symbols for Dlls containing /bigobj for 64bit builds.
This fixes a bug where 64 bit builds with /bigobj incorrectly determined
that the object files were not 64 bit. This manifested itself with
printf type functions showing up as undefined because the leading
underscore was being removed and should not be removed.
2015-11-19 17:21:03 -05:00
..
sub Fix auto export symbols for Dlls containing /bigobj for 64bit builds. 2015-11-19 17:21:03 -05:00
AutoExport.cmake Windows: Optionally generate DLL module definition files automatically 2015-07-06 11:11:02 -04:00
AutoExportBuild-stderr.txt Windows: Optionally generate DLL module definition files automatically 2015-07-06 11:11:02 -04:00
CMakeLists.txt Windows: Optionally generate DLL module definition files automatically 2015-07-06 11:11:02 -04:00
RunCMakeTest.cmake Windows: Optionally generate DLL module definition files automatically 2015-07-06 11:11:02 -04:00
foo.c Windows: Optionally generate DLL module definition files automatically 2015-07-06 11:11:02 -04:00
hello.cxx Windows: Optionally generate DLL module definition files automatically 2015-07-06 11:11:02 -04:00
hello.h Windows: Optionally generate DLL module definition files automatically 2015-07-06 11:11:02 -04:00
say.cxx Windows: Optionally generate DLL module definition files automatically 2015-07-06 11:11:02 -04:00
world.cxx Windows: Optionally generate DLL module definition files automatically 2015-07-06 11:11:02 -04:00