Changeset 4111 for trunk/wenv
- Timestamp:
- 02/28/08 16:48:36 (11 months ago)
- Location:
- trunk/wenv/textmate
- Files:
-
- 2 modified
-
Logtalk.tmbundle/Commands/Compile.tmCommand (modified) (1 diff)
-
NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wenv/textmate/Logtalk.tmbundle/Commands/Compile.tmCommand
r3995 r4111 8 8 <string>cd "$TM_DIRECTORY" 9 9 FILE=`basename $TM_FILENAME .lgt` 10 $LOGTALK_COMMAND -g"logtalk_compile($FILE), halt."10 $LOGTALK_COMMAND "logtalk_compile($FILE), halt." 11 11 </string> 12 12 <key>input</key> -
trunk/wenv/textmate/NOTES.txt
r4102 r4111 28 28 29 29 LOGTALK_COMMAND 30 set to the name of the shell script you use to launch Logtalk 31 (e.g. yaplgt) 30 set to the name of the shell script you use to launch Logtalk 31 followed by the option to run a goal at startup 32 (e.g. "yaplgt -g") 32 33 LOGTALK_HTML_COMMAND 33 34 set to the name of the shell script you use to generate the (X)HTML
