You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ha...@apache.org on 2004/09/08 12:56:29 UTC

cvs commit: ws-axis/c build.Win32.properties

hawkeye     2004/09/08 03:56:29

  Modified:    c        build.Win32.properties
  Log:
  Added support to specify a language to build. Choose either cpp or c. Defaults to both. Work done by Andrew Perry
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.3       +7 -0      ws-axis/c/build.Win32.properties
  
  Index: build.Win32.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build.Win32.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.Win32.properties	7 Sep 2004 13:42:00 -0000	1.2
  +++ build.Win32.properties	8 Sep 2004 10:56:29 -0000	1.3
  @@ -103,6 +103,13 @@
   # For Unix this should be ${dir.package.lib}
   dir.libraries = ${dir.package.bin}
   
  +# May want to uncomment for testing so the build output is used
  +#dir.include = ${dir.package.include}
  +
  +# If only a single language is required then set it here.
  +# Valid values are cpp or c. Default if unset is both.
  +target.lang = cpp
  +
   # AXISCPP_DEPLOY directory
   axiscpp_deploy = ${dir.test.generated}