]> git.cworth.org Git - apitrace/commitdiff
More instructions and copyright updates.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 9 Jul 2008 22:29:18 +0000 (07:29 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Wed, 9 Jul 2008 22:29:18 +0000 (07:29 +0900)
16 files changed:
README
SConstruct
base.py
d3d8.py
d3d8caps.py
d3d8types.py
d3d9.py
d3d9caps.py
d3d9types.py
d3dtrace-txt.xsl
d3dtrace.css
d3dtrace.xsl
debug.py
log.cpp
log.hpp
windows.py

diff --git a/README b/README
index 6c3dc47a3c4f0d96af5844c64ed9a8edfaca6c2b..234c1e35f908b0bb2b5ce8f3d9ef2de549b9f7ec 100644 (file)
--- a/README
+++ b/README
@@ -28,8 +28,22 @@ Requirements:
 * Microsoft DirectX SDK (tested with August 2007 release)
 
 Instructions:
+
 * Invoke scons:
- scons
+
+ scons debug=no dxsdk=C:\DXSDK
+* You can write those options to a file named config.py:
+
+ # config.py
+ debug=1
+ dxsdk='C:\\DXSDK'
+* Invoke
+
+  scons -h
+
+See the scons manpage for more info.
 
 
 = Usage =
index 099374561755bdca585f01cc801b03d454dd1a99..280fe02bd29fe9bb4fe991dfed838cad5fd45ba0 100644 (file)
@@ -1,23 +1,21 @@
-#######################################################################
-# Top-level SConstruct
+#############################################################################
 #
-# For example, invoke scons as 
+# Copyright 2008 Tungsten Graphics, Inc.
 #
-#   scons debug=1
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
 #
-# to set configuration variables. Or you can write those options to a file
-# named config.py:
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License for more details.
 #
-#   # config.py
-#   debug=1
-#   dxsdk='C:\\DXSDK'
-# 
-# Invoke
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-#   scons -h
-#
-# to get the full list of options. See scons manpage for more info.
-#  
+#############################################################################
 
 import os
 import os.path
@@ -74,9 +72,6 @@ env.Prepend(LIBS = [
     'kernel32',
     'user32',
     'gdi32',
-    'comdlg32',
-    'advapi32',
-    'shell32',
 ])
 
 env.Append(CPPPATH = [
diff --git a/base.py b/base.py
index 64a02ed558914b479f57b4cc0954921242903da0..8d733f3418a7d5866bedd15381f809eac09dbf71 100644 (file)
--- a/base.py
+++ b/base.py
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright 2008 Jose Fonseca
+# Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
 #
 # This program is free software: you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published
diff --git a/d3d8.py b/d3d8.py
index 8a0cd081547713d1683af7936a656b262e676785..0c85aa4864f6599895ce4611b4de312a297682ca 100644 (file)
--- a/d3d8.py
+++ b/d3d8.py
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright 2008 Jose Fonseca
+# Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
 #
 # This program is free software: you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published
index f92d86169ff9a2a58ec34c7e809e35ee9ae2a128..696208a9798c37f01699d3b9d48ed987d4428398 100644 (file)
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright 2008 Jose Fonseca
+# Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
 #
 # This program is free software: you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published
index 0bd1ec4dde9f45969ebe15ca8cfcd3f4dd27cc48..bcccc45c9d1f6d0859e5b6f807e3843604422f14 100644 (file)
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright 2008 Jose Fonseca
+# Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
 #
 # This program is free software: you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published
diff --git a/d3d9.py b/d3d9.py
index 91c8c4d0e71dd729bdf9aa0d683245e02004205b..ea65f88864ef79b3e0ae4e6eed463b6ff241f61e 100644 (file)
--- a/d3d9.py
+++ b/d3d9.py
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright 2008 Jose Fonseca
+# Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
 #
 # This program is free software: you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published
index 52a9ec685263c04efd55b960d6c53104617b6a15..f0ea95ba70be38a3f8b0bf5100f3cd283014f694 100644 (file)
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright 2008 Jose Fonseca
+# Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
 #
 # This program is free software: you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published
index bdbdf46427b4d3c6d3b78443c2517f2e7a700424..d4d667e90b26c9b0ea0d1e6115e9b25ebc9ee20a 100644 (file)
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright 2008 Jose Fonseca
+# Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
 #
 # This program is free software: you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published
index ea5c2558e2c63cf39d30fc62d81dc09ebfc9b00c..e3de3b1d62cc4108d7422f0000fcbb892fdf9039 100644 (file)
@@ -1,5 +1,24 @@
 <?xml version="1.0"?>
 
+<!--
+
+Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+--!>
+
 <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
        <xsl:output method="text" />
index 535d6d2716413728cedbe6b0c8c99d2d629d40d1..7f961abcd80e44119847fe1f4d8e6ec93e73c7f8 100644 (file)
@@ -1,3 +1,22 @@
+/****************************************************************************
+ *
+ * Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
+ *
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ ****************************************************************************/
+
 body {
        font-family: verdana, sans-serif;
        font-size: 11px;
index 99c36d4ee31c04b0143c1ab7697a71012579a3a6..19ba92e0031f7b7c1296769744363c77aedab3f1 100644 (file)
@@ -1,5 +1,24 @@
 <?xml version="1.0"?>
 
+<!--
+
+Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
+
+This program is free software: you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License as published
+by the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+--!>
+
 <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
        <xsl:output method="html" />
index b425e28e3373de0c9068669f99db3fc4be529fab..0345fa911b8901a0b2c18c0c4415f9c18d293db7 100644 (file)
--- a/debug.py
+++ b/debug.py
@@ -1,3 +1,22 @@
+#############################################################################
+#
+# Copyright 2007 Jose Fonseca
+#
+# This program is free software: you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published
+# by the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+#############################################################################
+
 '''Debugging utilities.'''
 
 
diff --git a/log.cpp b/log.cpp
index 20df332ad9908e6c96c7874bfe40762058b85397..a2e6762bb931c7edc1096389bdb894b18be207b1 100644 (file)
--- a/log.cpp
+++ b/log.cpp
@@ -1,6 +1,6 @@
 /****************************************************************************
  *
- * Copyright 2008 Jose Fonseca
+ * Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
  *
  * This program is free software: you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
diff --git a/log.hpp b/log.hpp
index 60ae3b7dcc490e1ba442b0ea8692427ed090d2c1..043b69a150280464e73597f4a57b57550c7967a2 100644 (file)
--- a/log.hpp
+++ b/log.hpp
@@ -1,6 +1,6 @@
 /****************************************************************************
  *
- * Copyright 2008 Jose Fonseca
+ * Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
  *
  * This program is free software: you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License as published
index d5041a944e30cf351fc0eb13de0f3d18e536b681..6a61d556208b06266bc5bb7242ed138d29cb5ae7 100644 (file)
@@ -1,6 +1,6 @@
 #############################################################################
 #
-# Copyright 2008 Jose Fonseca
+# Copyright 2008 Jose Fonseca, Tungsten Graphics, Inc.
 #
 # This program is free software: you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as published