-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
8 changed files
with
34 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
// This file is generated as part of the build process. | ||
// It isn't necessary different for each compiler, but that's | ||
// probably a slightly better discriminant than OS/platform. | ||
|
||
// These have a ".c_" extention so the normal build process won't find them. | ||
#if defined(_MSC_VER) | ||
#include "H5lib_settings_MSVC.c_" | ||
#elif defined(__GNUC__) | ||
#include "H5lib_settings_GCC.c_" | ||
#else | ||
#error "Unknown compiler." | ||
#endif | ||
// This file is generated as part of the build process. | ||
// It isn't necessary different for each compiler, but that's | ||
// probably a slightly better discriminant than OS/platform. | ||
|
||
// These have a ".c_" extention so the normal build process won't find them. | ||
#if defined(_MSC_VER) | ||
#include "H5lib_settings_MSVC.c_" | ||
#elif defined(__GNUC__) | ||
#include "H5lib_settings_GCC.c_" | ||
#else | ||
#error "Unknown compiler." | ||
#endif |