blob: 6cde08d7add87bd03aefbfafdf380b27c70caa67 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
--- ORIG/vtdata/BuildingArray.cpp Sun Aug 19 18:01:40 2001
+++ vtdata/BuildingArray.cpp Wed Aug 29 17:13:20 2001
@@ -10,7 +10,7 @@
#include <stdlib.h>
#include <string.h>
-#include "\APIs\gdal\frmts/shapelib/shapefil.h"
+#include "vtdata/shapelib/shapefil.h"
#include "BuildingArray.h"
void vtBuildingArray::DestructItems(int first, int last)
--- ORIG/vtdata/Makefile Tue Aug 28 20:13:38 2001
+++ vtdata/Makefile Wed Aug 29 17:20:42 2001
@@ -10,9 +10,9 @@
include $(VTP_ROOT)/TerrainSDK/Make.defs
-IFLAGS = -I./shapelib \
- -I$(NETCDF_INC) \
- -I$(GDAL_INC)
+IFLAGS = -I$(NETCDF_INC) \
+ -I$(GDAL_INC) \
+ -I$(TERRAIN_SDK_DIR)
#SWITCHES = -DUNIX -DSUPPORT_NETCDF=1 -DSUPPORT_SDTS=1
SWITCHES = -DUNIX -DSUPPORT_NETCDF=1
|