~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to gcore/makefile.vc

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
                gdalmultidomainmetadata.obj gdalpamproxydb.obj \
9
9
                gdalallvalidmaskband.obj gdalnodatamaskband.obj \
10
10
                gdal_rpcimdio.obj gdalproxydataset.obj gdalproxypool.obj \
11
 
                gdalnodatavaluesmaskband.obj
12
 
                
 
11
                gdalnodatavaluesmaskband.obj gdaldefaultasync.obj \
 
12
        gdaldllmain.obj
13
13
 
14
14
RES     =       Version.res
15
15
 
17
17
 
18
18
!INCLUDE ..\nmake.opt
19
19
 
20
 
EXTRAFLAGS =    $(PAM_SETTING)
 
20
EXTRAFLAGS =    $(PAM_SETTING) -I..\frmts\gtiff
21
21
 
22
22
default:        $(OBJ) $(RES)
23
23