# HG changeset patch # User Bill Baxter # Date 1208498525 -32400 # Node ID 66a03f08a01e2608f13e939e3bfc2def73c73339 # Parent 4742b5384719bbb47ed73ba7264c15e64d5ffe83 Splitting up of dsss.conf files diff -r 4742b5384719 -r 66a03f08a01e dsss.conf --- a/dsss.conf Wed Apr 16 20:49:20 2008 +0200 +++ b/dsss.conf Fri Apr 18 15:02:05 2008 +0900 @@ -1,89 +1,32 @@ - -[*] -buildflags+=-g -gc -buildflags+=-J$LIB_PREFIX/res -Jres - -version(Windows){ - # if no console window is wanted/needed use 'windows' instead of 'console' - #buildflags+= -L/SUBSYSTEM:windows:5 - buildflags+= -L/SUBSYSTEM:console:5 - buildflags+= -L/rc:dwt -} - -[dwtexamples/simple.d] - -[dwtexamples/addressbook/AddressBook.d] -[dwtexamples/clipboard/ClipboardExample.d] -[dwtexamples/controlexample/ControlExample.d] -[dwtexamples/controlexample/CustomControlExample.d] -[dwtexamples/helloworld/HelloWorld1.d] -[dwtexamples/helloworld/HelloWorld2.d] -[dwtexamples/helloworld/HelloWorld3.d] -[dwtexamples/helloworld/HelloWorld4.d] -[dwtexamples/helloworld/HelloWorld5.d] -[dwtexamples/texteditor/TextEditor.d] - -[dwtsnippets/button/Snippet293.d] -[dwtsnippets/control/Snippet25.d] -[dwtsnippets/control/Snippet62.d] -[dwtsnippets/combo/Snippet26.d] -[dwtsnippets/composite/Snippet9.d] -[dwtsnippets/coolbar/Snippet20.d] -[dwtsnippets/coolbar/Snippet140.d] -[dwtsnippets/coolbar/Snippet150.d] -[dwtsnippets/ctabfolder/Snippet165.d] -[dwtsnippets/directorydialog/Snippet33.d] -[dwtsnippets/expandbar/Snippet223.d] -[dwtsnippets/filedialog/Snippet72.d] -[dwtsnippets/gc/Snippet10.d] -[dwtsnippets/gc/Snippet66.d] -[dwtsnippets/gc/Snippet207.d] -[dwtsnippets/gc/Snippet215.d] -[dwtsnippets/menu/Snippet29.d] -[dwtsnippets/menu/Snippet97.d] -[dwtsnippets/menu/Snippet152.d] -[dwtsnippets/menu/Snippet286.d] -[dwtsnippets/program/Snippet32.d] -[dwtsnippets/sash/Snippet107.d] -[dwtsnippets/sashform/Snippet109.d] -[dwtsnippets/shell/Snippet134.d] -[dwtsnippets/shell/Snippet138.d] -[dwtsnippets/spinner/Snippet184.d] -[dwtsnippets/spinner/Snippet190.d] -[dwtsnippets/styledtext/Snippet163.d] -[dwtsnippets/styledtext/Snippet189.d] -[dwtsnippets/table/Snippet38.d] -[dwtsnippets/table/Snippet144.d] -[dwtsnippets/text/Snippet258.d] -[dwtsnippets/toolbar/Snippet47.d] -[dwtsnippets/toolbar/Snippet49.d] -[dwtsnippets/toolbar/Snippet58.d] -[dwtsnippets/toolbar/Snippet67.d] -[dwtsnippets/toolbar/Snippet153.d] -[dwtsnippets/toolbar/Snippet288.d] -[dwtsnippets/tooltips/Snippet41.d] -[dwtsnippets/tray/Snippet143.d] -[dwtsnippets/tree/Snippet8.d] -[dwtsnippets/tree/Snippet15.d] - -[user/dragdrop/texttolabel.d] -[user/drawingboard/DrawingBoard.d] -[user/torhu_synctest.d] -[user/region_shell.d] - -version(Derelict){ - [dwtsnippets/opengl/Snippet174.d] - [dwtsnippets/opengl/Snippet195.d] -} - -version(DwtAddons){ - [dwtexamples/sleak/SleakExample.d] - [jface/ActionAndStatusbar.d] - [jface/FileTreeViewer.d] - [jface/ShowPrefs.d] - [jface/ShowFieldPrefs.d] - [jface/Librarian.d] -} - - - +# DWT dwt-samples top-level dsss.conf + +[*] +buildflags+=-g -gc +buildflags+=-J$LIB_PREFIX/res -Jres + +version(Windows) { + # if no console window is wanted/needed use -version=gui + version(gui) { + buildflags+= -L/SUBSYSTEM:windows:5 + } else { + buildflags+= -L/SUBSYSTEM:console:5 + } + buildflags+= -L/rc:dwt +} + +[dwtexamples] +type=subdir + +[dwtsnippets] +type=subdir + +[user] +type=subdir + +version(DwtAddons){ + [jface] + type=subdir +} + + + diff -r 4742b5384719 -r 66a03f08a01e dwtexamples/dsss.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dwtexamples/dsss.conf Fri Apr 18 15:02:05 2008 +0900 @@ -0,0 +1,27 @@ +[*] +buildflags+=-g -gc +buildflags+=-J$LIB_PREFIX/res -J../res -I.. + +version(Windows) { + # if no console window is wanted/needed use -version=gui + version(gui) { + buildflags+= -L/SUBSYSTEM:windows:5 + } else { + buildflags+= -L/SUBSYSTEM:console:5 + } + buildflags+= -L/rc:dwt +} + +[simple.d] + +[addressbook/AddressBook.d] +[clipboard/ClipboardExample.d] +[controlexample/ControlExample.d] +[controlexample/CustomControlExample.d] +[helloworld/HelloWorld1.d] +[helloworld/HelloWorld2.d] +[helloworld/HelloWorld3.d] +[helloworld/HelloWorld4.d] +[helloworld/HelloWorld5.d] +[texteditor/TextEditor.d] + diff -r 4742b5384719 -r 66a03f08a01e dwtsnippets/dsss.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dwtsnippets/dsss.conf Fri Apr 18 15:02:05 2008 +0900 @@ -0,0 +1,66 @@ +# DWT dwt-samples/dwtsnippets directory + +[*] +buildflags+=-g -gc +buildflags+=-J$LIB_PREFIX/res -J../res -I.. + +version(Windows) { + # if no console window is wanted/needed use -version=gui + version(gui) { + buildflags+= -L/SUBSYSTEM:windows:5 + } else { + buildflags+= -L/SUBSYSTEM:console:5 + } + buildflags+= -L/rc:dwt +} + + + +[button/Snippet293.d] +[control/Snippet25.d] +[control/Snippet62.d] +[combo/Snippet26.d] +[composite/Snippet9.d] +[coolbar/Snippet20.d] +[coolbar/Snippet140.d] +[coolbar/Snippet150.d] +[ctabfolder/Snippet165.d] +[directorydialog/Snippet33.d] +[expandbar/Snippet223.d] +[filedialog/Snippet72.d] +[gc/Snippet10.d] +[gc/Snippet66.d] +[gc/Snippet207.d] +[gc/Snippet215.d] +[menu/Snippet29.d] +[menu/Snippet97.d] +[menu/Snippet152.d] +[menu/Snippet286.d] +[program/Snippet32.d] +[sash/Snippet107.d] +[sashform/Snippet109.d] +[shell/Snippet134.d] +[shell/Snippet138.d] +[spinner/Snippet184.d] +[spinner/Snippet190.d] +[styledtext/Snippet163.d] +[styledtext/Snippet189.d] +[table/Snippet38.d] +[table/Snippet144.d] +[text/Snippet258.d] +[toolbar/Snippet47.d] +[toolbar/Snippet49.d] +[toolbar/Snippet58.d] +[toolbar/Snippet67.d] +[toolbar/Snippet153.d] +[toolbar/Snippet288.d] +[tooltips/Snippet41.d] +[tray/Snippet143.d] +[tree/Snippet8.d] +[tree/Snippet15.d] + +version(Derelict){ + [opengl] + type=subdir +} + diff -r 4742b5384719 -r 66a03f08a01e dwtsnippets/opengl/dsss.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dwtsnippets/opengl/dsss.conf Fri Apr 18 15:02:05 2008 +0900 @@ -0,0 +1,17 @@ +[*] +buildflags+=-g -gc +buildflags+=-J$LIB_PREFIX/res -J../../res -I../.. + +version(Windows){ + # if no console window is wanted/needed use -version=gui + version(gui) { + buildflags+= -L/SUBSYSTEM:windows:5 + } else { + buildflags+= -L/SUBSYSTEM:console:5 + } + buildflags+= -L/rc:dwt +} + + +[Snippet174.d] +[Snippet195.d] diff -r 4742b5384719 -r 66a03f08a01e user/dsss.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/user/dsss.conf Fri Apr 18 15:02:05 2008 +0900 @@ -0,0 +1,21 @@ +# DWT dwt-samples/user directory + +[*] +buildflags+=-g -gc +rebuildflags+=-J$LIB_PREFIX/res -J../res -I.. + +version(Windows) { + # if no console window is wanted/needed use -version=gui + version(gui) { + buildflags+= -L/SUBSYSTEM:windows:5 + } else { + buildflags+= -L/SUBSYSTEM:console:5 + } + buildflags+= -L/rc:dwt +} + + +[dragdrop/texttolabel.d] +[drawingboard/DrawingBoard.d] +[torhu_synctest.d] +[region_shell.d]