Changeset 4:8d49c4eb4800
- Timestamp:
- 02/09/08 22:28:56 (4 years ago)
- Files:
-
- .hgignore (modified) (2 diffs)
- dsss.conf (modified) (2 diffs)
- dwtexamples/controlexample/ControlExample.d (modified) (1 diff)
- user/doob_test1/MouseHandler.d (added)
- user/doob_test1/PaintHandler.d (added)
- user/doob_test1/draw.d (added)
- user/nascent_test1.d (added)
- user/nascent_test2.d (added)
- user/torhu_synctest.d (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
.hgignore
r2 r4 3 3 *.a 4 4 *.swp 5 *.map 6 *.exe 5 7 6 8 syntax: regexp … … 19 21 ^dwtexamples/controlexample/CustomControlExample$ 20 22 23 ^user/nascent_test1$ 24 ^user/nascent_test2$ 25 ^user/torhu_synctest$ 26 ^user/doob_test1/draw$ 21 27 22 28 23 dsss.conf
r3 r4 14 14 [dwtexamples/helloworld/HelloWorld5.d] 15 15 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] 17 20 18 21 [dwtexamples/addressbook/AddressBook.d] … … 26 29 buildflags+=-g -gc -debug 27 30 version(Windows){ 28 buildflags+= -L/SUBSYSTEM:console:5 31 buildflags+= -L/SUBSYSTEM:windows:5 32 buildflags+= -L/RC:sample.res 29 33 } 30 34 buildflags+=-Jdwtexamples/controlexample dwtexamples/controlexample/ControlExample.d
r3 r4 8 8 * Contributors: 9 9 * IBM Corporation - initial API and implementation 10 * Port to the D programming language:10 * Port to the D programming language: 11 11 * Frank Benoit <benoit@tionex.de> 12 12 *******************************************************************************/
