Variable: vhdl-compile-post-command
vhdl-compile-post-command is a variable defined in vhdl-mode.el.gz.
Value
""
Documentation
String appended to compile command after file name.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/vhdl-mode.el.gz
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; Compilation / Makefile generation
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; (using `compile.el')
(defvar vhdl-compile-post-command ""
"String appended to compile command after file name.")