Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Releases: nikolovjovan/MultiThreadedDOSKernel

VSCode Borland C++ Configuration v1.4.1

15 Nov 14:52
Compare
Choose a tag to compare
  • Added regular expressions for marking linker errors.

VSCode Borland C++ Configuration v1.4

15 Nov 14:51
Compare
Choose a tag to compare
  • Linker issues completely solved. Found out that linker supports response file as a parameter.
  • Now, using make the file is generated before executing linker.
  • There should not be a limit to number of source files now.

VSCode Borland C++ Configuration v1.3

15 Nov 14:48
Compare
Choose a tag to compare
  • Added regular expressions to mark compilation errors.
  • Another linker bypass implemented which should increase the number of source files to about 20...

VSCode Borland C++ Configuration v1.2.1

15 Nov 14:46
Compare
Choose a tag to compare
  • Fixed "Build and Run" task running old project version when compilation of the new version fails.

VSCode Borland C++ Configuration v1.2

15 Nov 14:44
Compare
Choose a tag to compare
  • Attempt to bypass linker issues.
  • Linker does not parse commands longer than 127 characters. Therefore it fails when there are many files in the project.

VSCode Borland C++ Configuration v1.1

15 Nov 14:42
Compare
Choose a tag to compare
  • Makefile change to allow arbitrarily named source code files.

VSCode Borland C++ Configuration v1.0

15 Nov 14:36
Compare
Choose a tag to compare