Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
11
third_party/FreeRDP/include/config/buildflags.h.in
vendored
Normal file
11
third_party/FreeRDP/include/config/buildflags.h.in
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef FREERDP_BUILD_FLAGS_H
|
||||
#define FREERDP_BUILD_FLAGS_H
|
||||
|
||||
#define FREERDP_CFLAGS "${CURRENT_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 "${CURRENT_BUILD_CONFIG}"
|
||||
|
||||
#endif /* FREERDP_BUILD_FLAGS_H */
|
||||
Reference in New Issue
Block a user