Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changeset 1731

Show
Ignore:
Timestamp:
07/05/10 19:00:22 (14 years ago)
Author:
walter
Message:

add std.exception to windows makefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phobos/std.ddoc

    r1665 r1731  
    151151    <h2><a href="phobos.html#std" title="D standard modules">std</a></h2> 
    152152    $(UL 
    153153    $(LI <a href="std_algorithm.html" title="General-purpose algorithms">std.algorithm</a>) 
    154154    $(LI <a href="std_array.html" title="Array functions">std.array</a>) 
    155155    $(LI <a href="std_base64.html" title="Encode/decode base64 format">std.base64</a>) 
    156156    $(LI <a href="std_bind.html" title="Function argument binding">std.bind</a>) 
    157157    $(LI <a href="std_bitmanip.html" title="Bit-level manipulation">std.bitmanip</a>) 
    158158    $(LI <a href="std_boxer.html" title="Box/unbox types">std.boxer</a>) 
    159159    $(LI <a href="std_compiler.html" title="Information about the D compiler implementation">std.compiler</a>) 
    160160    $(LI <a href="std_complex.html" title="Complex numbers">std.complex</a>) 
    161     $(LI <a href="std_concurrency.html" title="Message Passing">std.conconcurrency</a>) 
     161    $(LI <a href="std_concurrency.html" title="Message Passing">std.concurrency</a>) 
    162162    $(LI <a href="std_container.html" title="Containers">std.container</a>) 
    163163    $(LI <a href="std_contracts.html" title="Think assert">std.contracts</a>) 
    164164    $(LI <a href="std_conv.html" title="Conversion of strings to integers">std.conv</a>) 
    165165    $(LI <a href="std_cover.html" title="D coverage analyzer">std.cover</a>) 
    166166    $(LI <a href="std_cpuid.html" title="CPU identification">std.cpuid</a>) 
    167167    $(LI <a href="std_ctype.html" title="Simple character classification">std.ctype</a>) 
    168168    $(LI <a href="std_date.html" title="Date and time functions">std.date</a>) 
    169169    $(LI <a href="std_demangle.html" title="Demangle D names">std.demangle</a>) 
    170170    $(LI <a href="std_encoding.html" title="Character and string encoding">std.encoding</a>) 
    171171    $(LI <a href="std_file.html" title="Basic file operations">std.file</a>) 
    172172    $(LI <a href="std_format.html" title="Formatted conversions of values to strings">std.format</a>) 
    173173    $(LI <a href="std_functional.html" title="functional">std.functional</a>) 
    174174    $(LI <a href="std_gc.html" title="Control the garbage collector">std.gc</a>) 
    175175    $(LI <a href="std_getopt.html" title="Command line options">std.getopt</a>) 
    176176    $(LI <a href="std_gregorian.html" title="Gregorian Calendar">std.gregorian</a>) 
    177177    $(LI <a href="std_intrinsic.html" title="Compiler built in intrinsic functions">std.intrinsic</a>) 
    178178    $(LI <a href="std_iterator.html" title="Defines iterators and ranges">std.iterator</a>) 
     179    $(LI <a href="std_json.html" title="JSON reader">std.json</a>) 
    179180    $(LI <a href="std_math.html" title="the usual math functions">std.math</a>) 
    180181    $(LI <a href="std_md5.html" title="Compute MD5 digests">std.md5</a>) 
    181182    $(LI <a href="std_metastrings.html" title="Metaprogramming with strings">std.metastrings</a>) 
    182183    $(LI <a href="std_mmfile.html" title="Memory mapped files">std.mmfile</a>) 
    183184    $(LI <a href="std_numeric.html" title="Numeric algorithms">std.numeric</a>) 
    184185    $(LI <a href="std_outbuffer.html" title="Assemble data into an array of bytes">std.outbuffer</a>) 
    185186    $(LI <a href="std_outofmemory.html" title="Out of memory exception">std.outofmemory</a>) 
    186187    $(LI <a href="std_path.html" title="Manipulate file names, path names, etc.">std.path</a>) 
    187188    $(LI <a href="std_process.html" title="Create/destroy threads">std.process</a>) 
    188189    $(LI <a href="std_random.html" title="Random number generation">std.random</a>) 
  • trunk/phobos/win32.mak

    r1612 r1731  
    9999    std\compiler.d std\cpuid.d std\format.d std\demangle.d \ 
    100100    std\path.d std\file.d std\outbuffer.d std\utf.d std\uri.d \ 
    101101    std\ctype.d std\random.d std\mmfile.d \ 
    102102    std\algorithm.d std\array.d std\numeric.d std\functional.d \ 
    103103    std\range.d std\stdiobase.d std\concurrency.d \ 
    104104    std\metastrings.d std\contracts.d std\getopt.d \ 
    105105    std\signals.d std\typetuple.d std\traits.d std\bind.d \ 
    106106    std\bitmanip.d std\typecons.d \ 
    107107    std\boxer.d \ 
    108108    std\complex.d \ 
     109    std\exception.d \ 
    109110    std\process.d \ 
    110111    std\system.d \ 
    111112    std\encoding.d std\variant.d \ 
    112113    std\stream.d std\socket.d std\socketstream.d \ 
    113114    std\perf.d std\container.d std\conv.d \ 
    114115    std\zip.d std\cstream.d std\loader.d \ 
    115116    std\__fileinit.d \ 
    116117    std\datebase.d \ 
    117118    std\regex.d \ 
    118119    std\stdarg.d \ 
     
    153154    $(DOC)\std_complex.html \ 
    154155    $(DOC)\std_contracts.html \ 
    155156    $(DOC)\std_container.html \ 
    156157    $(DOC)\std_conv.html \ 
    157158    $(DOC)\std_cpuid.html \ 
    158159    $(DOC)\std_cstream.html \ 
    159160    $(DOC)\std_ctype.html \ 
    160161    $(DOC)\std_date.html \ 
    161162    $(DOC)\std_demangle.html \ 
    162163    $(DOC)\std_encoding.html \ 
     164    $(DOC)\std_exception.html \ 
    163165    $(DOC)\std_file.html \ 
    164166    $(DOC)\std_format.html \ 
    165167    $(DOC)\std_functional.html \ 
    166168    $(DOC)\std_gc.html \ 
    167169    $(DOC)\std_getopt.html \ 
    168170    $(DOC)\std_gregorian.html \ 
    169171    $(DOC)\std_intrinsic.html \ 
    170172    $(DOC)\std_json.html \ 
    171173    $(DOC)\std_math.html \ 
    172174    $(DOC)\std_md5.html \ 
     
    229231    std\cstream.d std\demangle.d \ 
    230232    std\signals.d std\cpuid.d std\typetuple.d std\traits.d std\bind.d \ 
    231233    std\metastrings.d std\contracts.d std\getopt.d \ 
    232234    std\variant.d std\numeric.d std\bitmanip.d std\complex.d \ 
    233235    std\functional.d std\algorithm.d std\array.d std\typecons.d \ 
    234236    std\json.d std\xml.d std\encoding.d std\bigint.d std\concurrency.d \ 
    235237    std\range.d std\stdiobase.d \ 
    236238    std\regex.d std\datebase.d \ 
    237239    std\internal\math\biguintcore.d \ 
    238240    std\internal\math\biguintnoasm.d std\internal\math\biguintx86.d \ 
    239     std\__fileinit.d std\gregorian.d 
     241    std\__fileinit.d std\gregorian.d std\exception.d 
    240242 
    241243SRC_STD_C= std\c\process.d std\c\stdlib.d std\c\time.d std\c\stdio.d \ 
    242244    std\c\math.d std\c\stdarg.d std\c\stddef.d std\c\fenv.d std\c\string.d \ 
    243245    std\c\locale.d std\c\wcharh.d 
    244246 
    245247SRC_STD_WIN= std\windows\registry.d \ 
    246248    std\windows\iunknown.d std\windows\syserror.d std\windows\charset.d 
    247249 
    248250SRC_STD_C_WIN= std\c\windows\windows.d std\c\windows\com.d \ 
    249251    std\c\windows\winsock.d std\c\windows\stat.d 
     
    372374 
    373375date.obj : std\dateparse.d std\date.d 
    374376    $(DMD) -c $(DFLAGS) std\date.d 
    375377 
    376378dateparse.obj : std\dateparse.d std\date.d 
    377379    $(DMD) -c $(DFLAGS) std\dateparse.d 
    378380 
    379381demangle.obj : std\demangle.d 
    380382    $(DMD) -c $(DFLAGS) std\demangle.d 
    381383 
     384exception.obj : std\exception.d 
     385    $(DMD) -c $(DFLAGS) std\exception.d 
     386 
    382387file.obj : std\file.d 
    383388    $(DMD) -c $(DFLAGS) std\file.d 
    384389 
    385390__fileinit.obj : std\__fileinit.d 
    386391    $(DMD) -c $(DFLAGS) std\__fileinit.d 
    387392 
    388393format.obj : std\format.d 
    389394    $(DMD) -c $(DFLAGS) std\format.d 
    390395 
    391396functional.obj : std\functional.d 
     
    600605    $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_cstream.html $(STDDOC) std\cstream.d 
    601606 
    602607$(DOC)\std_ctype.html : $(STDDOC) std\ctype.d 
    603608    $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_ctype.html $(STDDOC) std\ctype.d 
    604609 
    605610$(DOC)\std_date.html : $(STDDOC) std\date.d 
    606611    $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_date.html $(STDDOC) std\date.d 
    607612 
    608613$(DOC)\std_demangle.html : $(STDDOC) std\demangle.d 
    609614    $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_demangle.html $(STDDOC) std\demangle.d 
     615 
     616$(DOC)\std_exception.html : $(STDDOC) std\exception.d 
     617    $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_exception.html $(STDDOC) std\exception.d 
    610618 
    611619$(DOC)\std_file.html : $(STDDOC) std\file.d 
    612620    $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_file.html $(STDDOC) std\file.d 
    613621 
    614622$(DOC)\std_format.html : $(STDDOC) std\format.d 
    615623    $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_format.html $(STDDOC) std\format.d 
    616624 
    617625$(DOC)\std_functional.html : $(STDDOC) std\functional.d 
    618626    $(DMD) -c -o- $(DFLAGS) -Df$(DOC)\std_functional.html $(STDDOC) std\functional.d 
    619627 
     
    814822    $(CP) $(SRC_STD) $(DIR)\src\phobos\std 
    815823    $(CP) $(SRC_STD_C) $(DIR)\src\phobos\std\c 
    816824    $(CP) $(SRC_STD_WIN) $(DIR)\src\phobos\std\windows 
    817825    $(CP) $(SRC_STD_C_WIN) $(DIR)\src\phobos\std\c\windows 
    818826    $(CP) $(SRC_STD_C_LINUX) $(DIR)\src\phobos\std\c\linux 
    819827    $(CP) $(SRC_STD_C_OSX) $(DIR)\src\phobos\std\c\osx 
    820828    $(CP) $(SRC_STD_INTERNAL_MATH) $(DIR)\src\phobos\std\internal\math 
    821829    #$(CP) $(SRC_ETC) $(DIR)\src\phobos\etc 
    822830    $(CP) $(SRC_ETC_C) $(DIR)\src\phobos\etc\c 
    823831    $(CP) $(SRC_ZLIB) $(DIR)\src\phobos\etc\c\zlib 
     832    $(CP) $(DOCS) $(DIR)\html\d\phobos 
     833