]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Documentation update
authorDale Weiler <killfieldengine@gmail.com>
Mon, 17 Dec 2012 15:56:10 +0000 (15:56 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Mon, 17 Dec 2012 15:56:10 +0000 (15:56 +0000)
doc.html

index e8ee4f98d4edb0e73fc5996204a62a4bded4b3ff..c61e0d49feaea969ba7cefc9b718e3e57d6dfa63 100644 (file)
--- a/doc.html
+++ b/doc.html
                         <td>-E</td>
                         <td>Instructs the compiler to only preprocess the input, writing the preprocessed output to stdout</td>
                     </tr>
+                    <tr>
+                        <td>-D</td>
+                        <td>
+                            &quot;define&quot; a macro. Optionally you may supply
+                            a value to the macro with &quot;=&quot;. Implicitally turns on -fftepp
+                        </td>
+                    </tr>
                     <tr>
                         <td>-Wall</td>
                         <td>Enables all compiled warnings for the selcted standard</td>