mirror of https://github.com/zxdos/zxuno.git
Algunos ajustes
This commit is contained in:
parent
bf4fe68698
commit
bdbab5756d
|
@ -1,2 +1,2 @@
|
|||
call mypath
|
||||
%mypath%\bitgen.exe %*
|
||||
call %ruta_bat%mypath
|
||||
%mypath%bitgen.exe %*
|
|
@ -1,2 +1,2 @@
|
|||
call mypath
|
||||
%mypath%\map.exe %*
|
||||
call %ruta_bat%mypath
|
||||
%mypath%map.exe %*
|
|
@ -1,2 +1,2 @@
|
|||
rem put the correct path and rename this file to .bat
|
||||
set mypath=C:\path_to\Xilinx\14.7\ISE_DS\ISE\bin\nt64
|
||||
set mypath=C:\path_to\Xilinx\14.7\ISE_DS\ISE\bin\nt64\
|
|
@ -1,2 +1,2 @@
|
|||
call mypath
|
||||
%mypath%\ngdbuild.exe %*
|
||||
call %ruta_bat%mypath
|
||||
%mypath%ngdbuild.exe %*
|
|
@ -1,2 +1,2 @@
|
|||
call mypath
|
||||
%mypath%\par.exe %*
|
||||
call %ruta_bat%mypath
|
||||
%mypath%par.exe %*
|
|
@ -1,2 +1,2 @@
|
|||
call mypath
|
||||
%mypath%\trce.exe %*
|
||||
call %ruta_bat%mypath
|
||||
%mypath%trce.exe %*
|
|
@ -1,2 +1,2 @@
|
|||
call mypath
|
||||
%mypath%\xst.exe %*
|
||||
call %ruta_bat%mypath
|
||||
%mypath%xst.exe %*
|
Loading…
Reference in New Issue