diff options
author | pepe <pepe@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-05-12 05:16:02 +0000 |
---|---|---|
committer | pepe <pepe@28c7f869-5b4e-e670-f602-82bfaf57f300> | 2005-05-12 05:16:02 +0000 |
commit | 4f15e4a6e44ecd3387b0b0591061c445396864bb (patch) | |
tree | ca4370435d83253c36a49bf81215be7983819a74 | |
parent | a1d93a902e47cb799b04735867c80dd3984d2301 (diff) |
Added compilation information for the new example of issue #137.
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ <ant dir="src/CgShaderTest" target="${build.target}"/> <ant dir="src/ConfiguredUniverse" target="${build.target}"/> <ant dir="src/ConicWorld" target="${build.target}"/> + <ant dir="src/DepthFuncTest" target="${build.target}"/> <ant dir="src/FPSCounter" target="${build.target}"/> <ant dir="src/FourByFour" target="${build.target}"/> <ant dir="src/GearTest" target="${build.target}"/> |