Changeset 4:8d49c4eb4800

Show
Ignore:
Timestamp:
02/09/08 22:28:56 (4 years ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Added user examples

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • .hgignore

    r2 r4  
    33*.a 
    44*.swp 
     5*.map 
     6*.exe 
    57 
    68syntax: regexp 
     
    1921^dwtexamples/controlexample/CustomControlExample$ 
    2022 
     23^user/nascent_test1$ 
     24^user/nascent_test2$ 
     25^user/torhu_synctest$ 
     26^user/doob_test1/draw$ 
    2127 
    2228 
    23  
  • dsss.conf

    r3 r4  
    1414[dwtexamples/helloworld/HelloWorld5.d] 
    1515 
    16 [test1/draw.d] 
     16[user/doob_test1/draw.d] 
     17[user/nascent_test1.d] 
     18[user/nascent_test2.d] 
     19[user/torhu_synctest.d] 
    1720 
    1821[dwtexamples/addressbook/AddressBook.d] 
     
    2629buildflags+=-g -gc -debug 
    2730version(Windows){ 
    28     buildflags+= -L/SUBSYSTEM:console:5 
     31    buildflags+= -L/SUBSYSTEM:windows:5 
     32    buildflags+= -L/RC:sample.res 
    2933} 
    3034buildflags+=-Jdwtexamples/controlexample 
  • dwtexamples/controlexample/ControlExample.d

    r3 r4  
    88 * Contributors: 
    99 *     IBM Corporation - initial API and implementation 
    10   * Port to the D programming language: 
     10 * Port to the D programming language: 
    1111 *     Frank Benoit <benoit@tionex.de> 
    1212*******************************************************************************/