Added gpc-2.01 (generic polygon clipping library)
This commit is contained in:
parent
73a1b3e6d2
commit
c98579b6de
2 changed files with 8 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
||||||
include $(FG_ROOT_SRC)/commondefs
|
include $(FG_ROOT_SRC)/commondefs
|
||||||
|
|
||||||
|
|
||||||
SUBDIRS = AssemTris Dem2node DemRaw2Ascii FixNode FixObj SplitTris \
|
SUBDIRS = gpc2.01 AssemTris Dem2node DemRaw2Ascii FixNode FixObj SplitTris \
|
||||||
Stripe_u Tri2obj Triangle
|
Stripe_u Tri2obj Triangle
|
||||||
ORDEREDDIRS = $(SUBDIRS)
|
ORDEREDDIRS = $(SUBDIRS)
|
||||||
|
|
||||||
|
@ -90,6 +90,9 @@ bin-zip:
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.12 1998/03/19 01:48:34 curt
|
||||||
|
# Added gpc-2.01 (generic polygon clipping library)
|
||||||
|
#
|
||||||
# Revision 1.11 1998/03/03 21:54:43 curt
|
# Revision 1.11 1998/03/03 21:54:43 curt
|
||||||
# Changes to process 30 arcsec binary DEM files.
|
# Changes to process 30 arcsec binary DEM files.
|
||||||
#
|
#
|
||||||
|
|
|
@ -364,6 +364,9 @@ sub fixobj {
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# $Log$
|
# $Log$
|
||||||
|
# Revision 1.12 1998/03/19 01:48:35 curt
|
||||||
|
# Added gpc-2.01 (generic polygon clipping library)
|
||||||
|
#
|
||||||
# Revision 1.11 1998/03/03 03:36:57 curt
|
# Revision 1.11 1998/03/03 03:36:57 curt
|
||||||
# Cumulative tweaks.
|
# Cumulative tweaks.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue