Ignore:
Timestamp:
Dec 15, 2004, 12:51:55 AM (20 years ago)
Author:
darran
Message:
  • SWWReader is now extracting geospatial data from image passed via -texture <file> option
  • probably won't compile under Windows without changes to the solution file (I'll do this tommorrow)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Swollen/swwreader/Makefile

    r6 r62  
    1111OSG_INCLUDE      =  ${OSGHOME}/include
    1212LOCAL_INCLUDE    =  $(TOPDIR)/include
    13 INCLUDES         =  -I $(LOCAL_INCLUDE) -I $(NETCDF_INCLUDE) -I $(OSG_INCLUDE)
     13GDAL_INCLUDE     =  `gdal-config --cflags`
     14INCLUDES         =  -I $(LOCAL_INCLUDE) -I $(NETCDF_INCLUDE) -I $(OSG_INCLUDE) $(GDAL_INCLUDE)
    1415
    1516CARBON_LIB       =  -framework Carbon
     
    1718NETCDF_LIBS      =  -lnetcdf
    1819X_LIBS           =  -lX11
     20GDAL_LIBS        =  `gdal-config --libs`
    1921OTHER_LIBS       =  -lm -lstdc++ -lobjc
    20 LIBS            +=  -losg -lOpenThreads $(NETCDF_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) $(CARBON_LIB)
     22LIBS            +=  -losg -losgDB -lOpenThreads $(NETCDF_LIBS) $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) $(CARBON_LIB) $(GDAL_LIBS)
    2123LIBDIRS          =  -L/usr/lib -L/usr/X11R6/lib -L/sw/lib -L/usr/local/lib
    2224
Note: See TracChangeset for help on using the changeset viewer.