From d179c53256988d4d1d3f95af9d1e030966e4f87b Mon Sep 17 00:00:00 2001 From: kbongers Date: Tue, 26 Jun 2001 06:00:39 +0000 Subject: [PATCH] no gc git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@950 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- doc/bccinst.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/doc/bccinst.txt b/doc/bccinst.txt index 76e722b1..e05406d5 100644 --- a/doc/bccinst.txt +++ b/doc/bccinst.txt @@ -3,14 +3,11 @@ Building SDCC with Borland C++ under Windows 1: Build SDCC under Cygwin as documented in cygwininst.txt (this is necessary in order to run all the necessary configuration steps). -2: If necessary, modify support\gc\BCC_Makefile to point to your Borland -C++ installation. - -3: From the sdcc directory, run the command "make -f Makefile.bcc". This +2: From the sdcc directory, run the command "make -f Makefile.bcc". This should regenerate all the .exe files in the bin directory except for sdcdb.exe (which currently doesn't build under Borland C++). -4: If you modify any source files and need to rebuild, be aware that the +3: If you modify any source files and need to rebuild, be aware that the dependancies may not be correctly calculated. The safest option is to delete all .obj files and run the build again. From a Cygwin BASH prompt, this can easily be done with the commmand: -- 2.47.2