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:
Don BURNS
2002-04-04 18:01:44 +00:00
parent 1de448df4a
commit 893dc6d65c
13 changed files with 557 additions and 274 deletions

View File

@@ -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>

View File

@@ -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)

View File

@@ -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)

View File

@@ -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\