Changeset 39

Show
Ignore:
Timestamp:
08/10/05 08:14:08 (7 years ago)
Author:
Derek Parnell
Message:

Fixed the make files.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Makefile.dos

    r37 r39  
    11DMD=dmd 
    2 DFLAGS=-op -release 
     2DFLAGS=-op -release -inline 
    33SOURCES=$(SOURCES) build.d 
    44SOURCES=$(SOURCES) util/pathex_bn.d 
     
    1515SOURCES=$(SOURCES) util/linetoken.d 
    1616SOURCES=$(SOURCES) util/linetoken_bn.d 
    17 SOURCES=$(SOURCES) util/bmscanner.d 
    18 SOURCES=$(SOURCES) util/bmscanner_bn.d 
    1917SOURCES=$(SOURCES) util/macro.d 
    2018 
     
    2826    del *.obj 
    2927    del build.exe 
     28    del util\*.obj 
  • trunk/Source/Makefile.unix

    r37 r39  
    11DMD=dmd 
    22DFLAGS=-op -release -inline 
    3 SOURCES=build.d util/pathex_bn.d util/pathex.d source_bn.d util/str.d build_bn.d util/fdt_bn.d util/str_bn.d source.d util/fdt.d util/fileex.d util/fileex_bn.d util/linetoken.d util/linetoken_bn.d util/bmscanner.d util/bmscanner_bn.d util/macro.d 
     3SOURCES=build.d util/pathex_bn.d util/pathex.d source_bn.d util/str.d build_bn.d util/fdt_bn.d util/str_bn.d source.d util/fdt.d util/fileex.d util/fileex_bn.d util/linetoken.d util/linetoken_bn.d util/macro.d 
    44 
    55all: build 
     
    1010clean: 
    1111    rm -f *.o build 
     12    fm -r util/*.o