Banner for Commander Genius

This commit is contained in:
Gerhard Stein
2016-06-25 18:13:43 +02:00
parent 7ce07f5bc0
commit 3a2d152573
7 changed files with 9 additions and 9 deletions

View File

@@ -7,10 +7,10 @@ AppName="Commander Genius"
AppFullName=net.sourceforge.clonekeenplus
# Application version code (integer)
AppVersionCode=193000
AppVersionCode=195000
# Application user-visible version name (string)
AppVersionName="1.9.3.0 Beta"
AppVersionName="1.9.5.0 Beta"
# Specify path to download application data in zip archive in the form 'Description|URL|MirrorURL^Description2|URL2|MirrorURL2^...'
# If you'll start Description with '!' symbol it will be enabled by default, other downloads should be selected by user from startup config menu
@@ -220,7 +220,7 @@ AppCflags='-frtti -fexceptions -finline-functions -DOGG=1 -DANDROID=1 -DREFKEEN_
# Additional LDFLAGS for application
#AppLdflags='-ltremor'
AppLdflags='-lvorbis -logg'
AppLdflags='-lvorbis -logg -lcrypto -lssl -lcurl'
# If application has headers with the same name as system headers, this option tries to fix compiler flags to make it compilable
AppOverlapsSystemHeaders=

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@@ -118,8 +118,8 @@ extern "C" {
#if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
#if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
#define ENGINESDIR "/home/pelya/src/endless_space/SDL-android/project/jni/openssl/build/armeabi-v7a/dist/lib/engines"
#define OPENSSLDIR "/home/pelya/src/endless_space/SDL-android/project/jni/openssl/build/armeabi-v7a/dist/ssl"
#define ENGINESDIR "/home/gerstrong/workspace/SDLAndroid/project/jni/openssl/build/armeabi-v7a/dist/lib/engines"
#define OPENSSLDIR "/home/gerstrong/workspace/SDLAndroid/project/jni/openssl/build/armeabi-v7a/dist/ssl"
#endif
#endif