iverilog/driver
Cary R dd425e8945 Add basic support for spaces in the install path for MinGW.
This patch adds support for spaces in the install path on MinGW.
It does this by converting the Long version of the iverilog path
into a Short version that does not have spaces in it. If we don't
do this then we can not add support for other arguments with
spaces in the path or filename. It also modifies the driver-vpi
program to support spaces in the saved ivl path. This is done by
just enclosing the include and library path argument in double
quotes.

The issue on MinGW is that if you put the executable argument to
system in double quotes to escape embedded spaces then you can
not put the arguments in double quotes as well. If you convert
to a Short name then the spaces are removed and we can in the
future escape the arguments as needed.
2009-11-28 20:27:32 -08:00
..
Makefile.in Unify the version stamp in the version_*.h header files. 2009-11-27 09:25:50 -08:00
cflexor.lex Add function to define parameter from command line 2009-08-06 14:42:13 -07:00
cfparse.y Add function to define parameter from command line 2009-08-06 14:42:13 -07:00
cfparse_misc.h Fix memory leak when parsing command files. 2009-05-23 14:04:01 -07:00
globals.h Add function to define parameter from command line 2009-08-06 14:42:13 -07:00
iverilog.man.in Unify the version stamp in the version_*.h header files. 2009-11-27 09:25:50 -08:00
main.c Add basic support for spaces in the install path for MinGW. 2009-11-28 20:27:32 -08:00
substit.c Add a warning message if an environment variable is not found. 2009-10-29 10:46:25 -07:00