Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Show
Ignore:
Timestamp:
07/02/09 11:43:21 (3 years ago)
Author:
fawzi
Message:

new Atomic module, first version of new runtime building system (works only with ldc for the moment), some reorganizations

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/gc/basic/win32.mak

    r4417 r4752  
    6868 
    6969ALL_OBJS= \ 
    70     gc.obj \ 
    71     gcalloc.obj \ 
    72     gcbits.obj \ 
    73     gcstats.obj \ 
    74     gcx.obj 
     70    rt/basicgc/gc.obj \ 
     71    rt/basicgc/gcalloc.obj \ 
     72    rt/basicgc/gcbits.obj \ 
     73    rt/basicgc/gcstats.obj \ 
     74    rt/basicgc/gcx.obj 
    7575 
    7676######################################################