From 94d90d4b51e50e55db710747911087808d5265ff Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 27 Sep 2006 17:34:49 +0000 Subject: Removed another instance of the obsolete build_nt.txt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@156 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/build_nt.txt | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 crawl-ref/build_nt.txt (limited to 'crawl-ref') diff --git a/crawl-ref/build_nt.txt b/crawl-ref/build_nt.txt deleted file mode 100644 index 4b5b4645ab..0000000000 --- a/crawl-ref/build_nt.txt +++ /dev/null @@ -1,41 +0,0 @@ -Notes for building crawl with VACPP ------------------------------------ -* when including source, make sure source type is - defined to be 'cpp' - VACPP doesn't know how to - handle .cc extensions. -* include libw32c.cc as a source object; - ignore the other lib*.cc files -* define the macro WIN32CONSOLE -* MUST build with signedchars = yes -* MUST build with emumsize = 4 -* target architecture should probably be 486 machines. - - According to jmf, targetting Pentium class machines - implies Pentium-specific instructions which are - actually slower on PPro/PII/PIII machines. - -Other than this, it's pretty straightforward. - - -Notes for building crawl with Borland C++ 5.01 ----------------------------------------------- -Don't bother. Borland C++ 5.01 has a broken -STL library that requires manual patching to get -around. Use the free commandline tools from Borland -instead. - -Notes for building crawl with Borland C++ 5.5 free commandline tools --------------------------------------------------------------------- -* make sure your ilink32.cfg contains entries for at least lib and lib\psdk, - for example: - -L"g:\bcc55\lib;g:\bcc55\lib\psdk" - (This may already be done if you've set up Borland for use with VIDE) - -* cd to the source directory and edit 'makefile' - * set MAKEFILE=makefile.bor - * comment out the OTHER=-j2 line - * remove EXTRA_FLAGS=... from command (set flags in makefile.bor instead) - -* finally, type 'make all' ('make' may default to 'make debug' which isn't - quite supported yet using the free tools) - -- cgit v1.2.3-54-g00ecf