cgal/wininst/winutils
Laurent Saboret 42428040cd Move packages to trunk root 2006-02-14 08:58:21 +00:00
..
make Move packages to trunk root 2006-02-14 08:58:21 +00:00
src Move packages to trunk root 2006-02-14 08:58:21 +00:00
README.txt Move packages to trunk root 2006-02-14 08:58:21 +00:00

README.txt

Variours Windows-specific installation stuff, used by
../cgal_config.bat

make/			platform-specific makefile and batchfile templates
			in particular, 
make/$(cc)/makefile	is the makefile template obtained from
			preconfigured by Cygwin/install_cgal makefiles
			   and
make/$(cc)/(no)leda/*.bat  contain batchfile templates with lists of
			   demos and examples to compile/link.
		
bin/		binaries used for installation; rebuilt from src/ 
		by cgal_config.bat if necessary 
src/		sources for binaries in bin/
demos/*/makefile.mak	    makefiles for demos
examples/*/makefile.mak	    makefiles for examples

--------------------------------------------------------
Generated (other than by the compiler/linker) files:

make_lib.bat		compiles CGAL.lib
make_demos.bat		compiles demos
make_examples.bat	compiles examples

makefile.mak		main makefile

--------------------------------------------------------
Other files: in

../include/CGAL/config/msvc/
../include/CGAL/config/bcc/