forked from FreeRDP/FreeRDP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b08f44
commit d1f8c00
Showing
7 changed files
with
36 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#ifndef FREERDP_BUILD_FLAGS_H | ||
#define FREERDP_BUILD_FLAGS_H | ||
|
||
#define CFLAGS "${CMAKE_C_FLAGS}" | ||
#define COMPILER_ID "${CMAKE_C_COMPILER_ID}" | ||
#define COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}" | ||
#define TARGET_ARCH "${TARGET_ARCH}" | ||
#define BUILD_CONFIG "${FREERDP_BUILD_CONFIG}" | ||
#define BUILD_TYPE "${CMAKE_BUILD_TYPE}" | ||
#define FREERDP_CFLAGS "${CMAKE_C_FLAGS}" | ||
#define FREERDP_COMPILER_ID "${CMAKE_C_COMPILER_ID}" | ||
#define FREERDP_COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}" | ||
#define FREERDP_TARGET_ARCH "${TARGET_ARCH}" | ||
#define FREERDP_BUILD_CONFIG "${FREERDP_BUILD_CONFIG}" | ||
#define FREERDP_BUILD_TYPE "${CMAKE_BUILD_TYPE}" | ||
|
||
#endif /* FREERDP_BUILD_FLAGS_H */ |
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,11 +1,11 @@ | ||
#ifndef RDTK_BUILD_FLAGS_H | ||
#define RDTK_BUILD_FLAGS_H | ||
|
||
#define CFLAGS "${CMAKE_C_FLAGS}" | ||
#define COMPILER_ID "${CMAKE_C_COMPILER_ID}" | ||
#define COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}" | ||
#define TARGET_ARCH "${TARGET_ARCH}" | ||
#define BUILD_CONFIG "${RDTK_BUILD_CONFIG}" | ||
#define BUILD_TYPE "${CMAKE_BUILD_TYPE}" | ||
#define RDTK_CFLAGS "${CMAKE_C_FLAGS}" | ||
#define RDTK_COMPILER_ID "${CMAKE_C_COMPILER_ID}" | ||
#define RDTK_COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}" | ||
#define RDTK_TARGET_ARCH "${TARGET_ARCH}" | ||
#define RDTK_BUILD_CONFIG "${RDTK_BUILD_CONFIG}" | ||
#define RDTK_BUILD_TYPE "${CMAKE_BUILD_TYPE}" | ||
|
||
#endif /* RDTK_BUILD_FLAGS_H */ |
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,11 +1,11 @@ | ||
#ifndef UWAC_BUILD_FLAGS_H | ||
#define UWAC_BUILD_FLAGS_H | ||
|
||
#define CFLAGS "${CMAKE_C_FLAGS}" | ||
#define COMPILER_ID "${CMAKE_C_COMPILER_ID}" | ||
#define COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}" | ||
#define TARGET_ARCH "${TARGET_ARCH}" | ||
#define BUILD_CONFIG "${UWAC_BUILD_CONFIG}" | ||
#define BUILD_TYPE "${CMAKE_BUILD_TYPE}" | ||
#define UWAC_CFLAGS "${CMAKE_C_FLAGS}" | ||
#define UWAC_COMPILER_ID "${CMAKE_C_COMPILER_ID}" | ||
#define UWAC_COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}" | ||
#define UWAC_TARGET_ARCH "${TARGET_ARCH}" | ||
#define UWAC_BUILD_CONFIG "${UWAC_BUILD_CONFIG}" | ||
#define UWAC_BUILD_TYPE "${CMAKE_BUILD_TYPE}" | ||
|
||
#endif /* UWAC_BUILD_FLAGS_H */ |
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,11 +1,11 @@ | ||
#ifndef WINPR_BUILD_FLAGS_H | ||
#define WINPR_BUILD_FLAGS_H | ||
|
||
#define CFLAGS "${CMAKE_C_FLAGS}" | ||
#define COMPILER_ID "${CMAKE_C_COMPILER_ID}" | ||
#define COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}" | ||
#define TARGET_ARCH "${TARGET_ARCH}" | ||
#define BUILD_CONFIG "${WINPR_BUILD_CONFIG}" | ||
#define BUILD_TYPE "${CMAKE_BUILD_TYPE}" | ||
#define WINPR_CFLAGS "${CMAKE_C_FLAGS}" | ||
#define WINPR_COMPILER_ID "${CMAKE_C_COMPILER_ID}" | ||
#define WINPR_COMPILER_VERSION "${CMAKE_C_COMPILER_VERSION}" | ||
#define WINPR_TARGET_ARCH "${TARGET_ARCH}" | ||
#define WINPR_BUILD_CONFIG "${WINPR_BUILD_CONFIG}" | ||
#define WINPR_BUILD_TYPE "${CMAKE_BUILD_TYPE}" | ||
|
||
#endif /* WINPR_BUILD_FLAGS_H */ |
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