Changeset 4111 for trunk/wenv

Show
Ignore:
Timestamp:
02/28/08 16:48:36 (11 months ago)
Author:
pmoura
Message:

Updated the TextMate? Logtalk bundle and its configuration instructions to make the "Compile" command more general, making it compatible with most Prolog compilers.

Location:
trunk/wenv/textmate
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/textmate/Logtalk.tmbundle/Commands/Compile.tmCommand

    r3995 r4111  
    88    <string>cd "$TM_DIRECTORY" 
    99FILE=`basename $TM_FILENAME .lgt` 
    10 $LOGTALK_COMMAND -g "logtalk_compile($FILE), halt." 
     10$LOGTALK_COMMAND "logtalk_compile($FILE), halt." 
    1111</string> 
    1212    <key>input</key> 
  • trunk/wenv/textmate/NOTES.txt

    r4102 r4111  
    2828 
    2929LOGTALK_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") 
    3233LOGTALK_HTML_COMMAND 
    3334    set to the name of the shell script you use to generate the (X)HTML