Skip to content

Commit

Permalink
Runtime stripping method for fix of #124
Browse files Browse the repository at this point in the history
added 3.2.17 dlls to git
  • Loading branch information
Eric Winger authored and Eric Winger committed Sep 3, 2018
1 parent 47e3030 commit 88e9d88
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -20,3 +20,6 @@ runtime/Jade.*
tempBkp/*
runtime/Jadeite.exe
runtime/Jadeite.xml

Jadeite.prefs
Jadeite.prefsBKP
1 change: 0 additions & 1 deletion Jadeite.prefsBKP

This file was deleted.

Binary file added runtime/bin/libgcirpc-3.2.17-32.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.2.17-32.dll
Binary file not shown.
1 change: 1 addition & 0 deletions sources/JadeitePreferences.cls
Expand Up @@ -14,6 +14,7 @@ transcriptEnabled: booleanString session: session
"file syntax - transcriptEnabled false"

| answeringService boolean |
false ifTrue:[self transcriptEnabled: booleanString session: session]. "to avoid getting stripped in runtime"
boolean := booleanString = 'true'.
answeringService := RowanAnsweringService new.
(answeringService isTranscriptInstalledIn: session) == boolean
Expand Down

0 comments on commit 88e9d88

Please sign in to comment.