Show
Ignore:
Timestamp:
03/13/09 14:43:25 (15 years ago)
Author:
bhilburn
Message:

Reorganized the socket functions to form a static library to link against since
we will be using that code everwhere. All autofoo stuff has been updated to
reflect this. Also, implemented the old policy engine demo with our new
component classes and fixed some bugs in that design.

Location:
vtcross/branches/bhilburn/src/shell
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/bhilburn/src/shell/Makefile.am

    r134 r156  
    1 INCLUDES = -I$(top_srcdir)/src/include -I$(top_srcdir)/src/tinyxml 
     1INCLUDES = -I$(top_srcdir)/src/include 
    22 
    33AM_CXXFLAGS = -Wall -g 
     
    66 
    77shell_demo_SOURCES = cr_shell.cpp 
    8 shell_demo_LDADD = ../tinyxml/libtinyxml.a 
     8shell_demo_LDADD = ../lib/tinyxml/libtinyxml.a 
    99 
  • vtcross/branches/bhilburn/src/shell/cr_shell.cpp

    r136 r156  
    1515#include "vtcross/containers.h" 
    1616#include "vtcross/common.h" 
    17 #include "tinyxml.h" 
    18 #include "tinystr.h" 
     17#include "tinyxml/tinyxml.h" 
     18#include "tinyxml/tinystr.h" 
    1919 
    2020using namespace std;