Added Norman Vine's changes for CYGWIN builds
Added distrules and makerpms for building RPM distributions Removed old RedHatRPM distribution build directory Added new dist/RPM directory and placed temporary .spec files (these are generated by Make/makerpms and are not intended for stand-alone use, but they keep the directory warm and CVS happy)
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
#include <ieeefp.h>
|
||||
#else
|
||||
#include <math.h>
|
||||
#if defined(WIN32) || defined (macintosh)
|
||||
#if (defined(WIN32) || defined (macintosh)) && !defined(__CYGWIN__)
|
||||
#include <float.h>
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
||||
@@ -10,7 +10,7 @@ INC += -I/usr/local/include\
|
||||
|
||||
LINKARGS += -L/usr/freeware/lib$(ARCH)
|
||||
|
||||
LIBS += $(OSG_LIBS) $(OTHER_LIBS)
|
||||
LIBS += $(OSG_LIBS) $(GIF_LIBS) $(OTHER_LIBS)
|
||||
|
||||
TARGET_BASENAME = gif
|
||||
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
@@ -6,7 +6,7 @@ CXXFILES =\
|
||||
|
||||
INC += -I/usr/local/include/
|
||||
|
||||
LIBS += $(OSG_LIBS) $(OTHER_LIBS)
|
||||
LIBS += $(OSG_LIBS) $(JPEG_LIBS) $(OTHER_LIBS)
|
||||
|
||||
TARGET_BASENAME = jpeg
|
||||
PLUGIN = $(PLUGIN_PREFIX)$(TARGET_BASENAME).$(PLUGIN_EXT)
|
||||
|
||||
@@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs
|
||||
CXXFILES =\
|
||||
ReaderWriterPNG.cpp\
|
||||
|
||||
LIBS += $(OSG_LIBS) $(OTHER_LIBS)
|
||||
LIBS += $(OSG_LIBS) $(PNG_LIBS) $(OTHER_LIBS)
|
||||
INC += -I/usr/local/include\
|
||||
-I/usr/freeware/include\
|
||||
|
||||
|
||||
Reference in New Issue
Block a user