Ignore:
Timestamp:
09/30/06 20:56:23 (7 years ago)
Author:
jylam
Message:
  • Updated C++ bindings to support every single cucul/caca functionnality. Renamed cpptest to cxxtext for consistency.


--This line, and those below, will be ignored--

M cxx/cucul++.cpp
A cxx/cxxtest.cpp
M cxx/cucul++.h
M cxx/Makefile.am

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cxx/Makefile.am

    r977 r1156  
    1717 
    1818if USE_CXX 
    19 noinst_PROGRAMS = cpptest 
     19noinst_PROGRAMS = cxxtest 
    2020endif 
    2121 
    22 cpptest_SOURCES = cpptest.cpp 
    23 cpptest_LDADD = libcaca++.la libcucul++.la ../caca/libcaca.la ../cucul/libcucul.la @CACA_LIBS@ 
     22cxxtest_SOURCES = cxxtest.cpp 
     23cxxtest_LDADD = libcaca++.la libcucul++.la ../caca/libcaca.la ../cucul/libcucul.la @CACA_LIBS@ 
    2424 
Note: See TracChangeset for help on using the changeset viewer.