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

Changeset 2535

Show
Ignore:
Timestamp:
08/31/07 15:07:19 (1 year ago)
Author:
larsivi
Message:

added vfs and properties examples to makefile, closes #604

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/example/linux.mak

    r2465 r2535  
    2424.PHONY: all clean 
    2525 
    26 # Standart target 
     26# Standard target 
    2727all :  
    2828 
     
    5454    networking/sockethello  \ 
    5555    networking/socketserver \ 
     56    networking/vfs      \ 
    5657    system/argparser    \ 
    5758    system/localtime    \ 
     
    6364    text/formatspec     \ 
    6465    text/localetime     \ 
     66    text/properties     \ 
    6567    text/token 
    6668