From f8698a653bcea3aebed3b92bfd15e0c89f066aaa Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Tue, 17 Jan 2023 21:23:39 -0500 Subject: [PATCH] fix slashes --- .gitignore | 1 + ...023-01-17_turboc2-setting-header-and-include-locations.rst | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3457981..0eb56cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +tags.* tags cache/ .DS_Store diff --git a/content/blog/2023-01-17_turboc2-setting-header-and-include-locations.rst b/content/blog/2023-01-17_turboc2-setting-header-and-include-locations.rst index e3a7933..14e224a 100644 --- a/content/blog/2023-01-17_turboc2-setting-header-and-include-locations.rst +++ b/content/blog/2023-01-17_turboc2-setting-header-and-include-locations.rst @@ -9,9 +9,9 @@ This weekend I purchased a book from this seller on Craigslist - `"Advanced MS-D I found a copy of `TurboC2 on Archive.org `_ and tossed that into my DOS Box install. I wrote a "Hello world" and pressed compile and it couldn't include "stdio.h", what the heck? -It seems that the Archive.org copy of Turbo C 2 ships with configuration that sets where the Includes and Lib directories to ``C:\\TC\\``. I keep all my programs in ``C:\\PROGS\\`` so of course it can't find any header files for me! +It seems that the Archive.org copy of Turbo C 2 ships with configuration that sets where the Includes and Lib directories to ``C:\TC``. I keep all my programs in ``C:\PROGS`` so of course it can't find any header files for me! -To fix this you can either move your TurboC install to ``C:\\TC\\``, which feels wrong to me, or you could configure it in the options properly. +To fix this you can either move your TurboC install to ``C:\TC``, which feels wrong to me, or you could configure it in the options properly.