em00k / NextBuild

NextBuild : A suite of tools based on Boriel's ZX Basic Compiler targetting the ZX Spectrum Next
63 stars 6 forks source link

Visual Studio Task Example Does not create the Temp file needed #1

Closed ljg701 closed 4 years ago

ljg701 commented 4 years ago

The Visual Studio Code example provided does not create the temp file needed. Compilation only works if there is an already existing temp file in the directory.

I've included a Task file here which creates the necessary temp file, and then calls compile.bat (The task to run is called Boriel Compile and Run)

tasks.txt

em00k commented 4 years ago

Thanks!

ljg701 commented 4 years ago

Can be closed, cheers.