Banner for Commander Genius
This commit is contained in:
@@ -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=
|
||||
|
||||
BIN
project/jni/application/commandergenius/banner.png
Normal file
BIN
project/jni/application/commandergenius/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
Submodule project/jni/application/commandergenius/commandergenius updated: c5210b0c42...b0b321ad47
Submodule project/jni/application/vice/vice updated: 18d3739b33...0b817c357e
Submodule project/jni/boost/src updated: bc9ea9d303...5824acb451
@@ -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
|
||||
|
||||
|
||||
Submodule project/jni/shmem updated: f6b49516cf...c2a28f528d
Reference in New Issue
Block a user