Changeset 13894

Show
Ignore:
Timestamp:
02/29/08 00:29:44 (4 months ago)
Author:
ilucena
Message:

Add 'install' at the end of Build command
Add 'clean' at the beginning of ReBuild? command

Files:

Legend:

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

    r13532 r13894  
    7979echo                    ^<Tool 
    8080echo                            Name="VCNMakeTool" 
    81 echo                            BuildCommandLine=^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc^" 
    82 echo                            ReBuildCommandLine=^"cd $(ProjectDir) ^&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 ^&amp;^&amp; nmake -f makefile.vc install^" 
     82echo                            ReBuildCommandLine=^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc clean^ ^&amp;^&amp; nmake -f makefile.vc ^&amp;^&amp; nmake -f makefile.vc install^" 
     83echo                            CleanCommandLine=  ^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc clean^" 
    8484echo                            Output="gdal%_gdalnum_%.dll"/^> 
    8585echo            ^</Configuration^> 
     
    9191echo                    ^<Tool 
    9292echo                            Name="VCNMakeTool" 
    93 echo                            BuildCommandLine=^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc^" 
    94 echo                            ReBuildCommandLine=^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc clean ^&amp;^&amp; nmake -f makefile.vc ^&amp;^&amp; nmake -f makefile.vc install^" 
    95 echo                            CleanCommandLine=^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc clean^" 
     93echo                            BuildCommandLine=  ^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc ^&amp;^&amp; nmake -f makefile.vc install^" 
     94echo                            ReBuildCommandLine=^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc clean^ ^&amp;^&amp; nmake -f makefile.vc ^&amp;^&amp; nmake -f makefile.vc install^" 
     95echo                            CleanCommandLine=  ^"cd $(ProjectDir) ^&amp;^&amp; nmake -f makefile.vc clean^" 
    9696echo                            Output="gdal%_gdalnum_%.dll"/^> 
    9797echo            ^</Configuration^>