]> git.llucax.com Git - software/druntime.git/commitdiff
Fixed a potential issue with building druntime. src/core will now be a part of the...
authorsean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Mon, 13 Oct 2008 19:44:27 +0000 (19:44 +0000)
committersean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Mon, 13 Oct 2008 19:44:27 +0000 (19:44 +0000)
git-svn-id: http://svn.dsource.org/projects/druntime/trunk@26 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f

src/dmd.conf
src/sc.ini

index 050918348045786495bd4d2b3e873095b5820ad9..dd9cd1d8fd73626288ffad9ef720717ff342227f 100644 (file)
@@ -1,2 +1,2 @@
 [Environment]
-DFLAGS=-version=Posix "-I%HOME%/../import"
+DFLAGS=-version=Posix "-I%HOME%/core" "-I%HOME%/.."
index fc134b374076b832a2386c85ded2731da789b61b..0ba028ca9165e7e6630d02fb3b05d9817d882e57 100644 (file)
@@ -3,5 +3,5 @@ version=7.51 Build 020
 
 [Environment]
 LIB=%@P%\..\lib;\dm\lib
-DFLAGS="-I%HOME%\..\import"
+DFLAGS="-I%HOME%\core" "-I%HOME%\..\import"
 LINKCMD=%@P%\..\..\dm\bin\link.exe