We should probably have a gencheck on the CPP files as well.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6535 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2011-03-15 18:21:55 +00:00
parent a3c0b0bbdd
commit a1398a7d65
+2 -1
View File
@@ -196,7 +196,8 @@
<genservice header="lib/SOURCE_HEADER" classpathref="test.classpath" checking="${gencheck}">
<fileset dir="${tsrc.dir}" includes="**/*Service.java"/>
</genservice>
<gencppservice header="lib/SOURCE_HEADER" classpathref="built.classpath" cpproot="src/cpp">
<gencppservice header="lib/SOURCE_HEADER" classpathref="built.classpath"
cpproot="src/cpp" checking="${gencheck}">
<fileset dir="${src.dir}" includes="**/RegistrationService.java"/>
</gencppservice>
</target>