Initial WIN32 Impl
This commit is contained in:
@@ -5,6 +5,28 @@
|
||||
#define BASE_DIRECTORY "Resources/plugins/GAConnector/"
|
||||
#else
|
||||
#define BASE_DIRECTORY "./"
|
||||
|
||||
#define APP_ICON 100
|
||||
#define TRAY_ICON_ID 0xAFFE
|
||||
#define TRAY_MESSAGE 0xAFFE
|
||||
#define WINDOW_CLASS "GermanAirlinesVA_GAConnector"
|
||||
|
||||
#define VER_FILEVERSION 1, 0, 0, 15
|
||||
#define VER_FILEVERSION_STR "1.0.0.15\0"
|
||||
#define VER_PRODUCTVERSION 1, 0, 0, 0
|
||||
#define VER_PRODUCTVERSION_STR "1.0\0"
|
||||
#ifndef DEBUG
|
||||
#define VER_DEBUG 0
|
||||
#else
|
||||
#define VER_DEBUG VS_FF_DEBUG
|
||||
#endif
|
||||
|
||||
#define VER_COMPANY_NAME "German Airlines VA"
|
||||
#define VER_FILE_DESCRIPTION "Verbindet den Simulator mit der GA"
|
||||
#define VER_INTERNAL_NAME "GA Connector"
|
||||
#define VER_LEGAL_COPYRIGHT "2022 German Airlines VA"
|
||||
#define VER_ORIGINAL_FILE_NAME "GA Connector.exe"
|
||||
#define VER_PRODUCT_NAME "GA Connector"
|
||||
#endif
|
||||
|
||||
#define XPLANE_CUSTOM_SCENERY "Custom Scenery/scenery_packs.ini"
|
||||
|
||||
Reference in New Issue
Block a user