File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616
1717if test "x$VS" != x ; then
1818FLAGS = "-DCMAKE_PREFIX_PATH=c:/tools/nccmake"
19+ else
20+ FLAGS = "$FLAGS -DCMAKE_INSTALL_PREFIX=`pwd`/ignore"
1921fi
20- FLAGS = "$FLAGS -DCMAKE_INSTALL_PREFIX=d:/ignore"
2122
2223if test "x$DAP" = x ; then
2324FLAGS = "$FLAGS -DENABLE_DAP=false"
Original file line number Diff line number Diff line change 1- SET (dap4_SOURCES d4crc32.c d4curlfunctions.c d4curlflags.c d4rc.c d4fix.c d4data.c d4file.c d4parser.c d4meta.c d4varx.c d4dump.c d4swap.c d4chunk.c d4printer.c d4read.c d4http.c d4util.c d4odom.c d4cvt.c d4debug.c ncd4dispatch.c ezxml_extra.c ezxml.c)
1+ SET (dap4_SOURCES d4crc32.c d4curlfunctions.c d4curlflags.c d4fix.c d4data.c d4file.c d4parser.c d4meta.c d4varx.c d4dump.c d4swap.c d4chunk.c d4printer.c d4read.c d4http.c d4util.c d4odom.c d4cvt.c d4debug.c ncd4dispatch.c ezxml_extra.c ezxml.c)
22
33add_library (dap4 OBJECT ${dap4_SOURCES} )
44
Original file line number Diff line number Diff line change 1- SET (libdispatch_SOURCES dparallel.c dcopy.c dfile.c ddim.c datt.c dattinq.c dattput.c dattget.c derror.c dvar.c dvarget.c dvarput.c dvarinq.c ddispatch.c nclog.c dstring.c dutf8.c dinternal.c doffsets.c ncuri.c nclist.c ncbytes.c nchashmap.c nctime.c nc.c nclistmgr.c utf8proc.h utf8proc.c dwinpath.c dutil.c)
1+ SET (libdispatch_SOURCES dparallel.c dcopy.c dfile.c ddim.c datt.c dattinq.c dattput.c dattget.c derror.c dvar.c dvarget.c dvarput.c dvarinq.c ddispatch.c nclog.c dstring.c dutf8.c dinternal.c doffsets.c ncuri.c nclist.c ncbytes.c nchashmap.c nctime.c nc.c nclistmgr.c utf8proc.h utf8proc.c dwinpath.c dutil.c drc.c dauth.c )
22
33IF (USE_NETCDF4)
44 SET (libdispatch_SOURCES ${libdispatch_SOURCES} dgroup.c dvlen.c dcompound.c dtype.c denum.c dopaque.c ncaux.c)
Original file line number Diff line number Diff line change @@ -71,9 +71,6 @@ NCDISPATCH_initialize(void)
7171 NC_coord_zero [i ] = 0 ;
7272 }
7373
74- /* Load RC File */
75- status = NC_rcload ();
76-
7774 /* Capture temp dir*/
7875 {
7976 char * tempdir ;
@@ -133,6 +130,8 @@ NCDISPATCH_initialize(void)
133130#endif
134131 }
135132
133+ /* Now load RC File */
134+ status = NC_rcload ();
136135 ncloginit ();
137136
138137 return status ;
Original file line number Diff line number Diff line change 1- SET (oc_SOURCES oc.c daplex.c dapparse.c dapy.c occlientparams.c occompile.c occurlfunctions.c ocdata.c ocdebug.c ocdump.c ocinternal.c ocnode.c ochttp.c ocrc.c ocread.c ocutil.c occurlflags.c xxdr.c)
1+ SET (oc_SOURCES oc.c daplex.c dapparse.c dapy.c occlientparams.c occompile.c occurlfunctions.c ocdata.c ocdebug.c ocdump.c ocinternal.c ocnode.c ochttp.c ocread.c ocutil.c occurlflags.c xxdr.c)
22
33add_library (oc2 OBJECT ${oc_SOURCES} )
44
You can’t perform that action at this time.
0 commit comments