mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
don't depend on converter
This commit is contained in:
parent
ee0c63235a
commit
cd42ed6917
@ -8,14 +8,10 @@
|
||||
m
|
||||
|
||||
#define SOURCES \
|
||||
animationConvert.cxx animationConvert.h \
|
||||
distanceUnit.cxx distanceUnit.h \
|
||||
somethingToEggConverter.I somethingToEggConverter.cxx \
|
||||
somethingToEggConverter.h
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
animationConvert.h \
|
||||
distanceUnit.h \
|
||||
somethingToEggConverter.I somethingToEggConverter.h
|
||||
|
||||
#end ss_lib_target
|
||||
|
@ -2,9 +2,13 @@
|
||||
#define TARGET pandatoolbase
|
||||
|
||||
#define SOURCES \
|
||||
animationConvert.cxx animationConvert.h \
|
||||
distanceUnit.cxx distanceUnit.h \
|
||||
pandatoolbase.cxx pandatoolbase.h pandatoolsymbols.h
|
||||
|
||||
#define INSTALL_HEADERS \
|
||||
animationConvert.h \
|
||||
distanceUnit.h \
|
||||
pandatoolbase.h pandatoolsymbols.h
|
||||
|
||||
#end ss_lib_target
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
#include "distanceUnit.h"
|
||||
|
||||
#include <string_utils.h>
|
||||
#include <notify.h>
|
||||
#include "string_utils.h"
|
||||
#include "notify.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Function: format_abbrev_unit
|
@ -19,7 +19,7 @@
|
||||
#ifndef DISTANCEUNIT_H
|
||||
#define DISTANCEUNIT_H
|
||||
|
||||
#include <pandatoolbase.h>
|
||||
#include "pandatoolbase.h"
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
// Enum : DistanceUnit
|
@ -1,7 +1,7 @@
|
||||
#begin ss_lib_target
|
||||
#define TARGET progbase
|
||||
#define LOCAL_LIBS \
|
||||
converter pandatoolbase
|
||||
pandatoolbase
|
||||
#define OTHER_LIBS \
|
||||
pnmimage:c linmath:c putil:c express:c panda:m pystub dtool
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user