Differences From Artifact [b49249a409a1c2fd]:
- File        
Makefile
- 2010-11-26 05:03:10 - part of checkin [207cea338a] on branch trunk - changed hiding mechanizem of x in let x = ... for @macro layer. Old: set(x,ValueLayer,undefined) Nee: set(x,NoopLayer,null) (user: kinaba) [annotate]
 
 
To Artifact [54d2b4a8056c4421]:
- File        
Makefile
- 2010-11-26 12:22:18 - part of checkin [23fb1b4a0e] on branch trunk - jikken before non-memo macro (user: kinaba) [annotate]
 
 
     1      1   .PHONY : all windows doc
     2      2   
     3      3   DC=dmd
     4         -DC_OPT=-O -release
            4  +DC_OPT=-O -release -inline
     5      5   SRC  = $(wildcard *.d polemy/*.d tricks/*.d)
     6      6   
     7      7   
     8      8   
     9      9   posix:
    10     10    $(DC) $(DC_OPT) -ofbin/polemy $(SRC)
    11     11