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

Changeset 1701

Show
Ignore:
Timestamp:
06/30/10 21:35:16 (14 years ago)
Author:
walter
Message:

detab

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/phobos-1.x/phobos/win32.mak

    r1539 r1701  
    934934clean: 
    935935    del $(OBJS) 
    936936    del $(DOCS) 
    937937    del phobos.json 
    938938    del phobos.lib 
    939939 
    940940cleanhtml: 
    941941    del $(DOCS) 
    942942 
    943943detab: 
    944     detab $(SRCS) 
     944    detab $(SRCS) $(SRC_INT) 
    945945 
    946946install: 
    947947    $(CP) phobos.lib gcstub.obj $(DIR)\windows\lib 
    948948    $(CP) $(MAKEFILES) phoboslicense.txt minit.obj std.ddoc $(DIR)\src\phobos 
    949949    $(CP) $(SRC) $(DIR)\src\phobos 
    950950    $(CP) $(SRC_STD) $(DIR)\src\phobos\std 
    951951    $(CP) $(SRC_STD_C) $(DIR)\src\phobos\std\c 
    952952    $(CP) $(SRC_TI) $(DIR)\src\phobos\std\typeinfo 
    953953    $(CP) $(SRC_INT) $(DIR)\src\phobos\internal 
    954954    $(CP) $(SRC_STD_WIN) $(DIR)\src\phobos\std\windows