|
From: <st...@us...> - 2010-11-16 21:13:59
|
Revision: 1624
http://cs-sdl.svn.sourceforge.net/cs-sdl/?rev=1624&view=rev
Author: stekman
Date: 2010-11-16 21:13:53 +0000 (Tue, 16 Nov 2010)
Log Message:
-----------
- Fix Doxyfile
- Update buildfile to really build binary package
Modified Paths:
--------------
trunk/TaoSdl/doc/Doxyfile
trunk/TaoSdl/src/Tao.Sdl/Tao.Sdl.build
Modified: trunk/TaoSdl/doc/Doxyfile
===================================================================
--- trunk/TaoSdl/doc/Doxyfile 2010-11-14 14:57:23 UTC (rev 1623)
+++ trunk/TaoSdl/doc/Doxyfile 2010-11-16 21:13:53 UTC (rev 1624)
@@ -25,7 +25,7 @@
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = Tao
+PROJECT_NAME = TaoSDL
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -38,7 +38,7 @@
# If a relative path is entered, it will be relative to the location
# where doxygen was started. If left blank the current directory will be used.
-OUTPUT_DIRECTORY = /home/stekman/Projects/taoframework/doc
+OUTPUT_DIRECTORY = ./doc
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
# 4096 sub-directories (in 2 levels) under the output directory of each output
Modified: trunk/TaoSdl/src/Tao.Sdl/Tao.Sdl.build
===================================================================
--- trunk/TaoSdl/src/Tao.Sdl/Tao.Sdl.build 2010-11-14 14:57:23 UTC (rev 1623)
+++ trunk/TaoSdl/src/Tao.Sdl/Tao.Sdl.build 2010-11-16 21:13:53 UTC (rev 1624)
@@ -60,7 +60,7 @@
<target name="build-debug" depends="Debug, init, build" description="Builds in Debug mode" />
- <target name="package" depends="clean" description="Builds all" />
+ <target name="package" depends="clean, build-release" description="Builds all" />
<target name="install" depends="Release, init" description="Installs assemblies into GAC">
<nant buildfile="Tao.Sdl.dll.build" target="install" />
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|