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