Changeset 41


Ignore:
Timestamp:
10/10/11 00:35:13 (5 months ago)
Author:
sevo
Message:
- fixed make system path handling on Windows
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Doxyfile.windows

    r39 r41  
    139139# path to strip. 
    140140 
    141 STRIP_FROM_PATH        = ../ 
     141STRIP_FROM_PATH        = .. 
    142142 
    143143# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of  
  • trunk/make.bat

    r39 r41  
    1515 
    1616rem run Doxygen 
    17 doxygen %~dp0\Doxyfile.windows 
     17doxygen "%~dp0\Doxyfile.windows" 
    1818 
  • trunk/samples/Doxyfile.windows

    r39 r41  
    737737# ignored. 
    738738 
    739 INPUT_FILTER           = "../vbfilter.bat" 
     739INPUT_FILTER           = "cd .. & vbfilter.bat" 
    740740 
    741741# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern  
  • trunk/samples/make.bat

    r39 r41  
    1515 
    1616rem run Doxygen 
    17 doxygen %~dp0\Doxyfile.windows 
     17doxygen "%~dp0\Doxyfile.windows" 
    1818 
  • trunk/vbfilter.bat

    r39 r41  
    2727rem |----------------------------------------------------------------------------- 
    2828 
    29 %~dp0\gawk.exe -f %~dp0\vbfilter.awk %*% 
     29"%~dp0\gawk.exe" -f "%~dp0\vbfilter.awk" %*% 
Note: See TracChangeset for help on using the changeset viewer.