Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 2428

Show
Ignore:
Timestamp:
07/09/07 11:03:25 (1 year ago)
Author:
sean
Message:

Moved core.BitManip? into the runtime. This makes sense, since the runtime uses these functions. Also, it seems preferable to have the public import file be a .di rather than a .d file.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/common/tango/posix.mak

    r2404 r2428  
    6868 
    6969OBJ_CORE= \ 
     70    core/BitManip.o \ 
    7071    core/Exception.o \ 
    7172    core/Memory.o \ 
     
    8889 
    8990DOC_CORE= \ 
     91    core/BitManip.html \ 
    9092    core/Exception.html \ 
    9193    core/Memory.html \ 
     94    core/Runtime.html \ 
    9295    core/Thread.html 
    9396 
  • trunk/lib/common/tango/win32.mak

    r2404 r2428  
    6565 
    6666OBJ_CORE= \ 
     67    core\BitManip.obj \ 
    6768    core\Exception.obj \ 
    6869    core\Memory.obj \ 
     
    8081 
    8182DOC_CORE= \ 
     83    core\BitManip.html \ 
    8284    core\Exception.html \ 
    8385    core\Memory.html \ 
     86    core\Runtime.html \ 
    8487    core\Thread.html 
    8588