Changeset 16:f9c0133912fc

Show
Ignore:
Timestamp:
02/22/08 20:06:51 (9 months ago)
Author:
Thomas Graber <d4rkdragon@gmail.com>
branch:
default
Message:

adding texteditor example

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dsss.conf

    r12 r16  
    5555buildflags+=-Jdwtexamples/controlexample 
    5656buildflags+=-version=CUSTOM_CONTROL_EXAMPLE_MAIN 
     57 
     58[dwtexamples/texteditor/TextEditor.d] 
     59buildflags+=-g -gc -debug 
     60version(Windows){ 
     61    buildflags+= -L/SUBSYSTEM:console:5 
     62} 
     63buildflags+=-Jdwtexamples/texteditor