aboutsummaryrefslogtreecommitdiffstats
path: root/misc/launcher.c
Commit message (Collapse)AuthorAgeFilesLines
* msys2: launcher: fix warnings and errors under g++Sean Cross2019-09-081-4/+4
| | | | | | | | | | When building under G++, certain C-isms no longer work. For example, we must now cast the return from `calloc()`. Fix `launcher.c` so that it builds under whatever $CXX is set to, which is usually a C++ compiler. Signed-off-by: Sean Cross <sean@xobs.io>
* Fix formatting for msys2 mingw build using GetSizeMiodrag Milanovic2019-08-011-1/+2
|
* Install launcher executable when running yosys-smtbmc on Windows.William D. Jones2019-03-131-0/+358
Signed-off-by: William D. Jones <thor0505@comcast.net>