Changeset 26

Show
Ignore:
Timestamp:
10/13/08 15:44:27 (4 years ago)
Author:
sean
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/D1.0/src/dmd.conf

    r16 r26  
    11[Environment] 
    2 DFLAGS=-version=Posix "-I%HOME%/../import
     2DFLAGS=-version=Posix "-I%HOME%/core" "-I%HOME%/..
  • branches/D1.0/src/sc.ini

    r16 r26  
    44[Environment] 
    55LIB=%@P%\..\lib;\dm\lib 
    6 DFLAGS="-I%HOME%\..\import" 
     6DFLAGS="-I%HOME%\core" "-I%HOME%\..\import" 
    77LINKCMD=%@P%\..\..\dm\bin\link.exe 
  • trunk/src/dmd.conf

    r16 r26  
    11[Environment] 
    2 DFLAGS=-version=Posix "-I%HOME%/../import
     2DFLAGS=-version=Posix "-I%HOME%/core" "-I%HOME%/..
  • trunk/src/sc.ini

    r16 r26  
    44[Environment] 
    55LIB=%@P%\..\lib;\dm\lib 
    6 DFLAGS="-I%HOME%\..\import" 
     6DFLAGS="-I%HOME%\core" "-I%HOME%\..\import" 
    77LINKCMD=%@P%\..\..\dm\bin\link.exe