Changeset 5023

Show
Ignore:
Timestamp:
07/02/03 02:38:54 (5 years ago)
Author:
dron
Message:

Rename core to gcore.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dist_docs/install_unx.sh

    r3235 r5023  
    4242# The following is intended to "burn" an updated INST_DATA location 
    4343# into the given file over the preformatted message embedded in the so. 
    44 # Look at core/gdaldrivermanager.cpp for a clue as to what is going on there. 
     44# Look at gcore/gdaldrivermanager.cpp for a clue as to what is going on there. 
    4545# 
    4646 
  • trunk/frmts/hfa/GNUmakefile

    r3206 r5023  
    2626 
    2727%.o:    addtiffo_src/%.cpp 
    28         $(CXX) -c -I$(GDAL_ROOT)/core -I$(GDAL_ROOT)/port $(ALL_C_FLAGS) \ 
     28        $(CXX) -c -I$(GDAL_ROOT)/gcore -I$(GDAL_ROOT)/port $(ALL_C_FLAGS) \ 
    2929                addtiffo_src/$*.cpp -o $*.o 
    3030 
  • trunk/frmts/sdts/GNUmakefile

    r4264 r5023  
    3232 
    3333%.o:    %.cpp 
    34         $(CXX) -c $(ALL_CXX_FLAGS) -I$(GDAL_ROOT)/core -I$(GDAL_ROOT)/port \ 
     34        $(CXX) -c $(ALL_CXX_FLAGS) -I$(GDAL_ROOT)/gcore -I$(GDAL_ROOT)/port \ 
    3535                $*.cpp -o $*.o 
    3636 
  • trunk/gcore/gdal_drivertut.dox

    r4596 r5023  
    456456 
    457457<li> Add the registration entry point declaration (ie. GDALRegister_JDEM()) to 
    458 gdal/core/gdal_frmts.h. 
     458gdal/gcore/gdal_frmts.h. 
    459459 
    460460<li> Add a call to the registration function to frmts/gdalallregister.c, 
  • trunk/mk_win_bin_dist.sh

    r2488 r5023  
    3131cp gdal_i.lib gdal.lib $DIST_DIR/lib 
    3232cp data/*.csv $DIST_DIR/data 
    33 cp port/*.h core/*.h ogr/*.h ogr/ogrsf_frmts/*.h $DIST_DIR/include 
     33cp port/*.h gcore/*.h ogr/*.h ogr/ogrsf_frmts/*.h $DIST_DIR/include 
    3434cp html/*.* $DIST_DIR/html 
    3535cp pymod/*.dll pymod/*.py $DIST_DIR/pymod 
  • trunk/mkbindist.sh

    r3237 r5023  
    4040# ensure gdal_misc (with GDALVersionInfo()) is recompiled. 
    4141 
    42 rm -f core/gdal_misc.o apps/gdal-config apps/gdal-config-inst 
     42rm -f gcore/gdal_misc.o apps/gdal-config apps/gdal-config-inst 
    4343make 'prefix='$FULL_DIST_DIR 'INST_PYMOD='$FULL_DIST_DIR/pymod 'USER_DEFS='"$USER_DEFS" install 
    4444if test \! make ; then 
  • trunk/nmake.opt

    r4994 r5023  
    9797GDAL_DLL =      gdal$(VERSION).dll 
    9898 
    99 INC     =       -I$(GDAL_ROOT)\port -I$(GDAL_ROOT)\ogr -I$(GDAL_ROOT)\core 
     99INC     =       -I$(GDAL_ROOT)\port -I$(GDAL_ROOT)\ogr -I$(GDAL_ROOT)\gcore 
    100100 
    101101#LINKER_FLAGS = /NODEFAULTLIB:LIBC