diff snippets/opengl/dsss.conf @ 78:4a04b6759f98

Clean up directory names
author John Reimer <terminal.node@gmail.com>
date Sat, 10 May 2008 13:32:45 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/snippets/opengl/dsss.conf	Sat May 10 13:32:45 2008 -0700
@@ -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]