You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2001/06/25 17:42:30 UTC

cvs commit: xml-xalan/c/src Makefile.in

dbertoni    01/06/25 08:42:30

  Modified:    c/src    Makefile.in
  Log:
  New Tru64 option.
  
  Revision  Changes    Path
  1.41      +1 -1      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- Makefile.in	2001/05/03 19:36:43	1.40
  +++ Makefile.in	2001/06/25 15:42:29	1.41
  @@ -260,7 +260,7 @@
   ALLLIBS = ${LIBS} -L/usr/lib -L/usr/local/lib -L/usr/ccs/lib -lc -lrt -lm
   SHLIBSUFFIX = .so
   CC1 = ${CXX} ${CXXFLAGS} $(PLATFORM_COMPILE_OPTIONS)
  -MAKE_SHARED = ${CXX} ${CXXFLAGS} -shared -D${PLATFORM} -ptr ${ALL_OBJECTS_DIR}/.cxx_repository
  +MAKE_SHARED = ${CXX} ${CXXFLAGS} -shared -D${PLATFORM} -ptr ${ALL_OBJECTS_DIR}/.cxx_repository -nocxxstd
   LINK = ${CXX} $(CXXFLAGS) $(PLATFORM_COMPILE_OPTIONS)
   
   endif
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org