Changeset 1041


Ignore:
Timestamp:
Jun 10, 2008, 5:51:55 PM (16 years ago)
Author:
gah
Message:

hide scew from external rappture interface

Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/Makefile.in

    r1018 r1041  
    1313SHELL           = @SHELL@
    1414INSTALL         = @INSTALL@
    15 TCLSH           = $(bindir)/tclsh
     15TCLSH           = $(bindir)/tclsh8.4
    1616VPATH           = $(srcdir)
    1717PACKAGE_VERSION = @PACKAGE_VERSION@
  • trunk/lang/tcl/scripts/Makefile.in

    r1029 r1041  
    1414INSTALL_DATA    = ${INSTALL} -m 644
    1515INSTALL_SCRIPT  = ${INSTALL}
    16 TCLSH           = $(bindir)/tclsh
     16TCLSH           = $(bindir)/tclsh8.4
    1717VERSION         = @PACKAGE_VERSION@
    1818VPATH           = $(srcdir)
  • trunk/src/core/Makefile.in

    r1040 r1041  
    6868                RpUtilsFInterface.h \
    6969                RpUtilsFStubs.h \
    70                 rappture.h \
    71                 scew_extras.h
     70                rappture.h
     71
     72SCEW_HEADERS    = \
     73                attribute.h  \
     74                element.h \
     75                error.h \
     76                parser.h \
     77                scew.h \
     78                scew_extras.h  \
     79                str.h \
     80                tree.h \
     81                types.h \
     82                xattribute.h \
     83                xelement.h \
     84                xhandler.h \
     85                xparser.h \
     86                xprint.h \
     87                xtree.h \
     88                writer.h \
     89                xerror.h
    7290
    7391# Build the scew library directly into Rappture for now. 
  • trunk/src/core/RpLibrary.cc

    r1018 r1041  
    1212 */
    1313
     14#include "scew/scew.h"
     15#include "scew_extras.h"
    1416#include "RpLibrary.h"
    1517#include "RpEntityRef.h"
  • trunk/src/core/RpLibrary.h

    r1018 r1041  
    2727#ifdef __cplusplus
    2828
    29 #include "scew/scew.h"
    30 #include "scew_extras.h"
     29typedef struct _scew_parser scew_parser;
     30typedef struct _scew_tree scew_tree;
     31typedef struct _scew_element scew_element;
     32
    3133#include <list>
    3234#include "RpBuffer.h"
Note: See TracChangeset for help on using the changeset viewer.