1
0
mirror of https://github.com/cclassic/model-ghdl synced 2025-08-01 15:05:40 +02:00

Allowed to manually set the compile dir

This commit is contained in:
Makise Kurisu
2015-01-31 14:46:51 +01:00
parent e09ebc825f
commit 935294ab41
2 changed files with 12 additions and 5 deletions

View File

@@ -4,9 +4,9 @@
#include <stdio.h>
#include <vector>
#include <fstream>
//#include <regex>
#include <string.h>
//#define DEBUG_EN DEBUG_EN
// #define DEBUG_EN DEBUG_EN
/*
@@ -115,6 +115,9 @@ int main(int argc, char **argv)
work = argv[i];
//++i;
}
else if (GETOPT("-compiledir")) {
strcpy(tempdir, argv[i]);
}
else if (ISOPT("-87")) {
vhdlver = "--std=87";
}