From df945db9351223f6178c9468c10982f71e13bae4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 30 Nov 2003 20:46:20 +0000 Subject: [PATCH] updated DMC instructions for 8.38 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/msw/install.txt | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 7a3d4cf..c49c5e8 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -473,6 +473,7 @@ OLD VERSIONS: - If using GnuWin32 b18, you will need to copy windres.exe from e.g. the MinGW distribution, to a directory in your path. + Symantec & DigitalMars C++ compilation -------------------------------------- The DigitalMars compiler is a free succssor to the Symantec compiler @@ -480,16 +481,25 @@ and can be downloaded from http://www.digitalmars.com/ 1. You need to download and unzip in turn (later packages will overwrite older files) - Digital Mars C/C++ Compiler Version 8.34 or 8.35 + Digital Mars C/C++ Compiler Version 8.38 or later Basic utilities - from http://www.digitalmars.com/download/freecompiler.html [26 Aug 03, CE] + from http://www.digitalmars.com/download/freecompiler.html -2. Change directory to src\msw. Type 'make -f makefile.sc' to +2. Change directory to build\msw and type 'make -f makefile.dmc' to make the wxWindows core library. -3. Change directory to samples\minimal and type 'make -f makefile.sc' + +3. Change directory to samples\minimal and type 'make -f makefile.dmc' to make this sample. Most of the other samples also work. +Note that if you don't have the files makefile.dmc you may create them yourself +using bakefile tool according to the instructions in build\bakefiles\README: + + cd build\bakefiles + bakefile_gen -f dmars -b wx.bkl + bakefile_gen -f dmars -b ../../samples/minimal/minimal.bkl + + 16-bit compilation is no longer supported. Configuring the build -- 2.7.4