Changeset 41 for trunk/samples


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

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.