annotate README.txt @ 37:46c5f8f56b41

README: more about the sc.ini
author Frank Benoit <benoit@tionex.de>
date Wed, 25 Mar 2009 08:46:48 +0100
parents 634e4380db78
children a9c9a97b3d82
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
34
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
1 === DWT2 ===
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
2
35
634e4380db78 delegate compareTo from opCmp
Frank Benoit <benoit@tionex.de>
parents: 34
diff changeset
3 http://dev.eclipse.org/viewcvs/
634e4380db78 delegate compareTo from opCmp
Frank Benoit <benoit@tionex.de>
parents: 34
diff changeset
4
34
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
5 * Requirements for D1+Tango:
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
6 To work with D1+Tango DMD 1.041 and Tango 0.99.8 is needed.
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
7 * Requirements for D2+Phobos:
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
8 To work with D1+Tango DMD 1.041 and Tango 0.99.8 is needed.
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
9 * Required build tool:
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
10 Rake (the Ruby Make) version 0.8.X is needed.
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
11
37
46c5f8f56b41 README: more about the sc.ini
Frank Benoit <benoit@tionex.de>
parents: 35
diff changeset
12 The sc.ini/dmd.conf of the DMD in the PATH needs to have all
46c5f8f56b41 README: more about the sc.ini
Frank Benoit <benoit@tionex.de>
parents: 35
diff changeset
13 necessary parameters to build a application with the std lib.
34
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
14
37
46c5f8f56b41 README: more about the sc.ini
Frank Benoit <benoit@tionex.de>
parents: 35
diff changeset
15 E.g. for Tango it can look like this:
46c5f8f56b41 README: more about the sc.ini
Frank Benoit <benoit@tionex.de>
parents: 35
diff changeset
16 [Environment]
46c5f8f56b41 README: more about the sc.ini
Frank Benoit <benoit@tionex.de>
parents: 35
diff changeset
17 LINKCMD=%@P%\link.exe
46c5f8f56b41 README: more about the sc.ini
Frank Benoit <benoit@tionex.de>
parents: 35
diff changeset
18 LIB="%@P%\..\..\..\..\tango\lib"
46c5f8f56b41 README: more about the sc.ini
Frank Benoit <benoit@tionex.de>
parents: 35
diff changeset
19 DFLAGS="-I%@P%\..\..\..\..\tango" -version=Tango -defaultlib=tango-base-dmd.lib -debuglib=tango-base-dmd.lib
34
a8a838017920 All JFace snippets build on windows
Frank Benoit <benoit@tionex.de>
parents:
diff changeset
20