changeset 65:b4676efb884a

Renamed options to options.template so that local modifications don't turn into accidental commits. Now you must copy options.template to options and edit it. options is marked as an ignore by mercurial.
author "David Bryant <bagnose@gmail.com>"
date Thu, 12 Aug 2010 22:24:28 +0930
parents eb5436b47d13
children 43cc2135ced0
files .hgignore README options options.template
diffstat 4 files changed, 13 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Thu Aug 12 22:21:12 2010 +0930
+++ b/.hgignore	Thu Aug 12 22:24:28 2010 +0930
@@ -1,1 +1,2 @@
 configure.d.deps
+options
--- a/README	Thu Aug 12 22:21:12 2010 +0930
+++ b/README	Thu Aug 12 22:24:28 2010 +0930
@@ -2,9 +2,13 @@
 
 Build instructions:
 
-1. Add any comiler directives you need to the options file.
+1. Create an options file:
+        cp options.template options
+
+2. Customise options file for your local environment:
     eg:
-        -O -I<path-to-gtkd-includes>
+        -O
+        -I<path-to-gtkd-includes>
 
 2. Configure the project:
         rdmd configure.d <full-path-to-build-dir>
--- a/options	Thu Aug 12 22:21:12 2010 +0930
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
--I~/source/d/dmd/include/d
--L-lgtkd
--L-ldl
--w
--wi
--g
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/options.template	Thu Aug 12 22:24:28 2010 +0930
@@ -0,0 +1,6 @@
+-I~/source/d/dmd/include/d
+-L-lgtkd
+-L-ldl
+-w
+-wi
+-g