Reorganize the drivers into a new folder.
This commit is contained in:
parent
03f3e8f1fc
commit
c8e92f568b
@ -6,7 +6,7 @@
|
||||
{
|
||||
"label": "Build in DOSBox",
|
||||
"type": "shell",
|
||||
"command": "..\\..\\Tools\\DOSBox\\DOSBox.exe -conf Build.conf",
|
||||
"command": "..\\Driver_Build_Tools\\DOSBox\\DOSBox.exe -conf Build.conf",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
@ -2,7 +2,7 @@
|
||||
@ECHO OFF
|
||||
CLS
|
||||
MOUNT C .
|
||||
MOUNT D ..\..\Tools\TASM2
|
||||
MOUNT D ..\Driver_Build_Tools\TASM2
|
||||
SET PATH=D:\
|
||||
C:
|
||||
MAKE > LOG.TXT
|
||||
@ -6,7 +6,7 @@
|
||||
{
|
||||
"label": "Build in DOSBox",
|
||||
"type": "shell",
|
||||
"command": "..\\..\\Tools\\DOSBox\\DOSBox.exe -conf Build.conf",
|
||||
"command": "..\\Driver_Build_Tools\\DOSBox\\DOSBox.exe -conf Build.conf",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
@ -2,7 +2,7 @@
|
||||
@ECHO OFF
|
||||
CLS
|
||||
MOUNT C .
|
||||
MOUNT D ..\..\Tools\BCC31
|
||||
MOUNT D ..\Driver_Build_Tools\BCC31
|
||||
SET PATH=D:\
|
||||
C:
|
||||
MAKE > LOG.TXT
|
||||
Loading…
x
Reference in New Issue
Block a user