Compare commits

...

2 Commits
main ... dev

Author SHA1 Message Date
e21149ad29 [DEV] integrate GLD 2021-12-15 22:40:41 +01:00
8a707185f3 [VERSION] update dev tag version 2021-02-16 21:47:29 +01:00
3 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,7 @@ def configure(target, my_module):
'zeus-service-server-impl',
'zeus-launcher',
'zeus-cli-video',
'zeus-player-video',
#'zeus-player-video',
])
return True

View File

@ -2,7 +2,7 @@
import lutin.tools as tools
import realog.debug as debug
import os
import lutinLib_ffmpegCommon
import lutin
def get_type():
#return "BINARY_SHARED"
@ -27,6 +27,7 @@ def get_version():
return "version.txt"
def configure(target, my_module):
return False;
# add the file to compile:
my_module.add_src_file([
'appl/debug.cpp',

View File

@ -1 +1 @@
1.0.0
1.0.0-dev