11/1/07 ADDING a NEW IDL FILE I added a new IDL file, api1/PhyloReader.idl and found that there were more steps to getting it to build than I expected. On Windows you need to 1) add the new file to compile.py, the script that runs the omniorb idl compiler. 2) add the .idl, .hpp and .cpp files to libcipres.vcproj, add a custom build step for the .idl file and add the .cpp and .hpp to the list of files in the output of the custom build for all the .idl files. It's easier to do this by editting the .vcproj in a text editor and cutting and pasting. On mac/linux, add the .idl file to CIPRES-and-deps/cipres/framework/C++/CipresIDL/api1/Makefile.am.