don't depend on converter

This commit is contained in:
David Rose 2003-01-29 21:18:20 +00:00
parent ee0c63235a
commit cd42ed6917
7 changed files with 8 additions and 8 deletions

View File

@ -8,14 +8,10 @@
m m
#define SOURCES \ #define SOURCES \
animationConvert.cxx animationConvert.h \
distanceUnit.cxx distanceUnit.h \
somethingToEggConverter.I somethingToEggConverter.cxx \ somethingToEggConverter.I somethingToEggConverter.cxx \
somethingToEggConverter.h somethingToEggConverter.h
#define INSTALL_HEADERS \ #define INSTALL_HEADERS \
animationConvert.h \
distanceUnit.h \
somethingToEggConverter.I somethingToEggConverter.h somethingToEggConverter.I somethingToEggConverter.h
#end ss_lib_target #end ss_lib_target

View File

@ -2,9 +2,13 @@
#define TARGET pandatoolbase #define TARGET pandatoolbase
#define SOURCES \ #define SOURCES \
animationConvert.cxx animationConvert.h \
distanceUnit.cxx distanceUnit.h \
pandatoolbase.cxx pandatoolbase.h pandatoolsymbols.h pandatoolbase.cxx pandatoolbase.h pandatoolsymbols.h
#define INSTALL_HEADERS \ #define INSTALL_HEADERS \
animationConvert.h \
distanceUnit.h \
pandatoolbase.h pandatoolsymbols.h pandatoolbase.h pandatoolsymbols.h
#end ss_lib_target #end ss_lib_target

View File

@ -18,8 +18,8 @@
#include "distanceUnit.h" #include "distanceUnit.h"
#include <string_utils.h> #include "string_utils.h"
#include <notify.h> #include "notify.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Function: format_abbrev_unit // Function: format_abbrev_unit

View File

@ -19,7 +19,7 @@
#ifndef DISTANCEUNIT_H #ifndef DISTANCEUNIT_H
#define DISTANCEUNIT_H #define DISTANCEUNIT_H
#include <pandatoolbase.h> #include "pandatoolbase.h"
//////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
// Enum : DistanceUnit // Enum : DistanceUnit

View File

@ -1,7 +1,7 @@
#begin ss_lib_target #begin ss_lib_target
#define TARGET progbase #define TARGET progbase
#define LOCAL_LIBS \ #define LOCAL_LIBS \
converter pandatoolbase pandatoolbase
#define OTHER_LIBS \ #define OTHER_LIBS \
pnmimage:c linmath:c putil:c express:c panda:m pystub dtool pnmimage:c linmath:c putil:c express:c panda:m pystub dtool