build: merge Coati app and Trial to single executable
* removed trial target * updated deploy scripts to exclude trial * cleanup CMakeLists * removed Eigen dependencies * split parser lib into lib_cxx and lib_java * added ProjectFactory and ProjectFactoryModules * removed old installer projects * updated wix installer * updated readme for wix setup * updated to use obfuscated exe * added qt.conf * added indexing dialog images * added jars * added coatidb files of sample projects * added source code of javaparser sample * removed auto-refresh image * intermediate files of windows installer are created in build folder * preselected desktop shortcut * build bat is executed from deploy_windows script
This commit is contained in:
+1
-7
@@ -7,15 +7,12 @@ cd $MY_PATH/..
|
||||
|
||||
# Build target
|
||||
|
||||
if [ "$1" = "release" ] || [ "$1" = "r" ]
|
||||
if [ "$1" = "release" ] || [ "$1" = "r" ] || [ "$1" = "" ]
|
||||
then
|
||||
if [ "$2" = "test" ]
|
||||
then
|
||||
#echo "release test"
|
||||
cmake --build build/Release --target Coati_test
|
||||
elif [ "$2" = "trial" ]
|
||||
then
|
||||
cmake --build build/Release --target Coati_trial
|
||||
elif [ "$2" = "keygen" ]
|
||||
then
|
||||
#echo "release keygen"
|
||||
@@ -30,9 +27,6 @@ then
|
||||
then
|
||||
#echo "debug test"
|
||||
cmake --build build/Debug --target Coati_test
|
||||
elif [ "$2" = "trial" ]
|
||||
then
|
||||
cmake --build build/Debug --target Coati_trial
|
||||
elif [ "$2" = "keygen" ]
|
||||
then
|
||||
#echo "debug keygen"
|
||||
|
||||
Reference in New Issue
Block a user