Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      compile-asm-cmd
      compile-buffer-cmd
      compile-c-cmd
      compile-c-cmd-unix
      compile-cpp-cmd
      . . .
   Changing Epsilon
   . . .

Previous   Up    Next
compile-buffer-cmd  Variable Reference   compile-c-cmd-unix


Epsilon User's Manual and Reference > Variable Reference >

compile-c-cmd: preference variable

Default value: cl "%r"

Epsilon uses the command line contained in the compile-c-cmd variable to compile C files; those files ending with a .c extension. (Epsilon for Unix uses the compile-c-cmd-unix variable instead.)

The command line works as a file name template, so you can substitute parts of the file name into the command line. The sequence %p substitutes the path part of the file name, the sequence %b substitutes the base name (without path or extension), the sequence %e substitutes the extension (including the "."), the sequence %f substitutes the full name as an absolute pathname, and the sequence %r substitutes a pathname relative to the current directory. The sequence %x substitutes the full pathname of the directory containing the Epsilon executable. The sequence %X substitutes the same pathname to the Epsilon executable, but converts all Windows long file names to their equivalent short name aliases.

More info:

Compiling From Epsilon



Previous   Up    Next
compile-buffer-cmd  Variable Reference   compile-c-cmd-unix


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.