From: sean Date: Mon, 13 Oct 2008 19:44:27 +0000 (+0000) Subject: Fixed a potential issue with building druntime. src/core will now be a part of the... X-Git-Url: https://git.llucax.com/software/druntime.git/commitdiff_plain/199acde8e3d8657fffc47ce3acc5ec4b1099c692 Fixed a potential issue with building druntime. src/core will now be a part of the import path. This is necessary if any of the core modules import one another--not the case now, but better safe than sorry. git-svn-id: http://svn.dsource.org/projects/druntime/trunk@26 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f --- diff --git a/src/dmd.conf b/src/dmd.conf index 0509183..dd9cd1d 100644 --- a/src/dmd.conf +++ b/src/dmd.conf @@ -1,2 +1,2 @@ [Environment] -DFLAGS=-version=Posix "-I%HOME%/../import" +DFLAGS=-version=Posix "-I%HOME%/core" "-I%HOME%/.." diff --git a/src/sc.ini b/src/sc.ini index fc134b3..0ba028c 100644 --- a/src/sc.ini +++ b/src/sc.ini @@ -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