• Oliver Bolte's avatar
    INTEGRATION: CWS dmake48 (1.9.2); FILE MERGED · 5de10079
    Oliver Bolte yazdı
    2007/03/19 04:58:52 vq 1.9.2.6: #i73499# Restrict function to cygwin only use.
    2007/03/18 15:02:10 vq 1.9.2.5: #i73499# Add missing include statement.
    2007/03/17 19:00:38 vq 1.9.2.4: #i73499# Add new .WINPATH attribute to generate Windows style paths
    (with regular slashes) instead of the default cygwin style (POSIX)
    paths for dmake's dynamic macros.
    
    This attribute is specific for cygwin dmake executables and non-cygwin
    environments ignore this attribute.
    
    The windows style paths use regular slashes ('/') instead of the
    usual windows backslash ('\') as directory separator to avoid quoting
    problems (It still is a cygwin dmake!) and cygwin as well as native
    windows programs should have no problems using this (c:/foo/bar) path
    representation.
    
    The affected macros are $@, $*, $>, $?, $<, $&, $^ and $(PWD),
    $(MAKEDIR) and $(TMD).
    
    Examples:
    
    Content of $(PWD) without .WINPATH (default):  /cygdrive/c/temp
    
    Content of $(PWD) with .WINPATH set:           c:/temp
    2007/03/17 02:36:27 vq 1.9.2.3: #i10000# Trivial fix.
    2007/03/14 00:51:37 vq 1.9.2.2: #i10000# No real change, only comments were added or modified.
    2007/01/30 02:39:45 vq 1.9.2.1: #i73996# Avoid relative paths going up to the root directory.
    5de10079
Adı
Son kayıt (commit)
Son güncelleme
config_office Loading commit data...
dmake Loading commit data...
instsetoo_native Loading commit data...
scp2 Loading commit data...
soldep Loading commit data...
solenv Loading commit data...
soltools Loading commit data...
stlport Loading commit data...