Skip to content

Commit

Permalink
Minor updates to buildapi script and documentation on how to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsteh committed Aug 14, 2008
1 parent 9602e9a commit afc635e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion buildapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ fi
# generate IDL documentation with Doxygen
/cygdrive/c/program\ files/doxygen/bin/doxygen ../doxygen.conf


# remove any previous autogenerated merged IDL file
if [ -f ../ia2_api_all.idl ]; then
rm ../ia2_api_all.idl
Expand Down
7 changes: 5 additions & 2 deletions how-to-build-ia2-idl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@ How to build the IA2 docs, a merged IDL file, a zip file containing the docs and
- The directory tree...
- ia2 contains:
- buildapi.sh: the build script (need cygwin bash shell interpreter installed)
- doxygen.conf: the doxygen config file
- doxygen.conf: the doxygen config file (tweaked from the doxygen distribution)
- doxygen.css: the doxygen css file (tweaked from the doxygen distribution)
- header.html: contains metadata
- footer.html: contains the footer seen on each page
- a merged IDL file with all the IDL concatenated together
- a zip file containing IDL and doxygen output
- an api directory which contains the IDL
- a docs directory which contains the doxygen generated output
- an IDL-Test directory which contains Visual Studio files for testing:
- for VC6
- IA2 IDL Test.dsp/dsw, IA2 Merged IDL Test.dsp, StdAfx.cpp/h
- IA2 IDL Test.dsw/dsp, IA2 Merged IDL Test.dsp, StdAfx.cpp/h
- for VC 2008 Express
- IA2 IDL Test.sln/vcproj, IA2 Merged IDL Test.vcproj, StdAfx.cpp/h
- The build procedure
Expand Down

0 comments on commit afc635e

Please sign in to comment.