This commit is contained in:
David Rose 2003-01-29 21:04:03 +00:00
parent 07b304c5f3
commit ee0c63235a
5 changed files with 12 additions and 3 deletions

View File

@ -33,6 +33,8 @@
#end bin_target #end bin_target
#begin bin_target #begin bin_target
// Temporarily commented out until we can bring this to new scene graph.
#define BUILD_TARGET
#define TARGET stitch-viewer #define TARGET stitch-viewer
#define LOCAL_LIBS \ #define LOCAL_LIBS \
stitchviewer stitchbase stitchviewer stitchbase

View File

@ -6,7 +6,7 @@
#define LOCAL_LIBS pandaappbase #define LOCAL_LIBS pandaappbase
#define OTHER_LIBS \ #define OTHER_LIBS \
progbase \ progbase \
putil:c express:c mathutil:c linmath:c pnmimage:c pnm:c panda:m putil:c express:c mathutil:c linmath:c pnmimage:c panda:m
#define UNIX_SYS_LIBS \ #define UNIX_SYS_LIBS \
m m

View File

@ -25,6 +25,8 @@
#include "rotate_to.h" #include "rotate_to.h"
#include "executionEnvironment.h" #include "executionEnvironment.h"
#include <stdio.h> // for sprintf()
StitchImage:: StitchImage::
StitchImage(const string &name, const string &filename, StitchImage(const string &name, const string &filename,
StitchLens *lens, const LVecBase2d &size_pixels, StitchLens *lens, const LVecBase2d &size_pixels,

View File

@ -20,8 +20,9 @@
#include "stitchImage.h" #include "stitchImage.h"
#include "stitchPoint.h" #include "stitchPoint.h"
#include <rotate_to.h> #include "rotate_to.h"
#include <compose_matrix.h> #include "compose_matrix.h"
#include <algorithm>
Stitcher::MatchingPoint:: Stitcher::MatchingPoint::

View File

@ -1,3 +1,7 @@
// This directory is temporarily commented out until it can be brought
// into the new scene graph.
#define BUILD_DIRECTORY
#begin ss_lib_target #begin ss_lib_target
#define TARGET stitchviewer #define TARGET stitchviewer
#define LOCAL_LIBS stitchbase #define LOCAL_LIBS stitchbase