Milestone 5: deliver embedded RDP sessions and lifecycle hardening
This commit is contained in:
20
third_party/FreeRDP/rdtk/templates/build-config.h.in
vendored
Normal file
20
third_party/FreeRDP/rdtk/templates/build-config.h.in
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef RDTK_BUILD_CONFIG_H
|
||||
#define RDTK_BUILD_CONFIG_H
|
||||
|
||||
#define RDTK_DATA_PATH "${WINPR_DATA_PATH}"
|
||||
#define RDTK_KEYMAP_PATH "${WINPR_KEYMAP_PATH}"
|
||||
#define RDTK_PLUGIN_PATH "${WINPR_PLUGIN_PATH}"
|
||||
|
||||
#define RDTK_INSTALL_PREFIX "${WINPR_INSTALL_PREFIX}"
|
||||
|
||||
#define RDTK_LIBRARY_PATH "${WINPR_LIBRARY_PATH}"
|
||||
|
||||
#define RDTK_ADDIN_PATH "${WINPR_ADDIN_PATH}"
|
||||
|
||||
#define RDTK_SHARED_LIBRARY_SUFFIX "${CMAKE_SHARED_LIBRARY_SUFFIX}"
|
||||
#define RDTK_SHARED_LIBRARY_PREFIX "${CMAKE_SHARED_LIBRARY_PREFIX}"
|
||||
|
||||
#define RDTK_VENDOR_STRING "${VENDOR}"
|
||||
#define RDTK_PRODUCT_STRING "${PRODUCT}"
|
||||
|
||||
#endif /* RDTK_BUILD_CONFIG_H */
|
||||
Reference in New Issue
Block a user