Doxygen scripts

svn path=/trunk/; revision=18218
This commit is contained in:
Martin Fuchs
2005-10-02 15:59:15 +00:00
parent 3ddfd74461
commit a9fdaba902
6 changed files with 1251 additions and 1 deletions
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,16 @@
<hr size="1">
<table border="0" width="100%" cellspacing="0">
<tr>
<td><address style="align: right;"><small>
Winefile Source Code Documentation
<br>generated on 02.10.2005 by <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
</small></address>
</td>
<td>
<p align="right"><a href="http://www.sky.franken.de/winefile/" target="_parent">Winefile Homepage</a>
</td>
</tr>
</table>
</body>
</html>
@@ -0,0 +1,16 @@
<hr size="1">
<table border="0" width="100%" cellspacing="0">
<tr>
<td><address style="align: right;"><small>
Winefile Source Code Documentation
<br>@GEN@ by <a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0>
</small></address>
</td>
<td>
<p align="right"><a href="http://www.sky.franken.de/winefile/" target="_parent">Winefile Homepage</a>
</td>
</tr>
</table>
</body>
</html>
+2
View File
@@ -0,0 +1,2 @@
sed 's/@GEN@/generated on '`date +%d.%m.%Y`/ <doxy-footer.htmt >doxy-footer.html
doxygen Doxyfile
+3
View File
@@ -0,0 +1,3 @@
doxygen Doxyfile
cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp
move /y doxy-doc\html\index.chm winefile.chm
+1 -1
View File
@@ -139,7 +139,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /machine:I386
# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /machine:I386
# ADD LINK32 user32.lib gdi32.lib advapi32.lib comctl32.lib shell32.lib comdlg32.lib ole32.lib version.lib mpr.lib /nologo /subsystem:windows /machine:I386 /out:"winefileRelease/winefile-ansi.exe"
!ENDIF