Changeset 14896

Show
Ignore:
Timestamp:
07/12/08 07:46:45 (5 months ago)
Author:
mloskot
Message:

makegdal_gen.bat: Added DEBUG=1 flag to commands for Debug Configuration.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/makegdal_gen.bat

    r13894 r14896  
    7979echo                    ^<Tool 
    8080echo                            Name="VCNMakeTool" 
    81 echo                            BuildCommandLine=  ^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc ^&amp;^&amp; nmake -f makefile.vc install^" 
    82 echo                            ReBuildCommandLine=^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc clean^ ^&amp;^&amp; nmake -f makefile.vc ^&amp;^&amp; nmake -f makefile.vc install^" 
    83 echo                            CleanCommandLine=  ^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc clean^" 
     81echo                            BuildCommandLine=  ^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc DEBUG=1 ^&amp;^&amp; nmake -f makefile.vc install^" 
     82echo                            ReBuildCommandLine=^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc DEBUG=1 clean^ ^&amp;^&amp; nmake -f makefile.vc DEBUG=1 ^&amp;^&amp; nmake -f makefile.vc install^" 
     83echo                            CleanCommandLine=  ^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc DEBUG=1 clean^" 
    8484echo                            Output="gdal%_gdalnum_%.dll"/^> 
    8585echo            ^</Configuration^>