diff options
author | Camil Staps | 2020-10-01 12:01:39 +0200 |
---|---|---|
committer | Camil Staps | 2020-10-01 12:01:39 +0200 |
commit | fd40dffd459859f254c4ec48faa70447ead13637 (patch) | |
tree | 3e57b29438944a704cd13ff82e1e6169cceb112a | |
parent | Update vim spellfile (diff) |
Minor updates for Clean
-rw-r--r-- | clean/.clean/iTasksDev.env | 3 | ||||
-rwxr-xr-x | clean/bin/install_clean | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/clean/.clean/iTasksDev.env b/clean/.clean/iTasksDev.env index 707abea..9b3aee3 100644 --- a/clean/.clean/iTasksDev.env +++ b/clean/.clean/iTasksDev.env @@ -14,6 +14,7 @@ Path: /home/camil/projects/clean/abc-interpreter/lib Path: {Application}/lib/GraphCopy Path: /home/camil/projects/clean/iTasks-SDK/Libraries + Path: {Application}/lib/Gast EnvironmentCompiler: lib/exe/cocl-itasks:-h 1000m:-dynamics EnvironmentCodeGen: lib/exe/cg EnvironmentABCOptimise: lib/exe/abcopt @@ -21,7 +22,7 @@ EnvironmentByteCodeLink: lib/exe/bclink EnvironmentByteCodeStrip: lib/exe/bcstrip EnvironmentByteCodePrelink: lib/exe/bcprelink - EnvironmentLinker: /usr/bin/gcc::-Wl,--gc-sections|lib/exe/itasks-web-collector + EnvironmentLinker: /usr/bin/gcc::-lmysqlclient -lsqlite3 -Wl,--gc-sections|lib/exe/itasks-web-collector EnvironmentVersion: 920 EnvironmentRedirect: False EnvironmentCompileMethod: Pers diff --git a/clean/bin/install_clean b/clean/bin/install_clean index 74025c9..4b690b7 100755 --- a/clean/bin/install_clean +++ b/clean/bin/install_clean @@ -62,7 +62,7 @@ install () else cat ~/.clean/iTasksDev.env >> "$DIR/etc/IDEEnvs" fi - tail -n +3 ~/projects/viia/config/IDEEnvs >> "$DIR/etc/IDEEnvs" + tail -n +3 ~/projects/top/viia/config/IDEEnvs >> "$DIR/etc/IDEEnvs" ln -s lib/exe "$DIR/exe" |