1
0
mirror of synced 2026-01-12 00:02:46 +00:00

Reorganize the drivers into a new folder.

This commit is contained in:
Matthieu Bucchianeri 2024-11-16 10:35:58 -08:00
parent 03f3e8f1fc
commit c8e92f568b
56 changed files with 4 additions and 4 deletions

View File

@ -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}"
},

View File

@ -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

View File

@ -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}"
},

View File

@ -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