(Makefile.in): Use correct path separator on Windows (";" instead of
":").
Use correct ADA_PROJECT_PATH. Remove -v switch from idlac_wrapper.
(Locate_IDL_File): On windows, allow for both kinds of directory
separator ("/"
and "\").
(Preprocess_File): Remove trailing directory separator when calling gcc,
because that doesn't work on windows.
(idlac_wrapper): Add more information when using -v switch.
For E524-010.
Subversion-branch: /trunk/polyorb
Subversion-revision: 114954
Shutdown procedures will be called in reverse initialization
order when Initializer.Shutdown_World is called.
All the modules that need to do special operations on shutdown
can register an appropriate function. In particular, all
modules which create tasks, should provide a shutdown procedure
to terminate them.
Updated all the sources using Register_Module to take into account
the new parameter.
Patched idlac so that it generates the new parameter.
[Imported from Perforce change 10315 at 2006-12-01 22:53:10]
Subversion-branch: /trunk/polyorb
Subversion-revision: 37775
user in the configure environment.
For build on AIX, EC15-001
[Imported from Perforce change 9779 at 2006-12-01 22:15:13]
Subversion-branch: /trunk/polyorb
Subversion-revision: 37247
of an alternate output directory.
(Ada_Be.Source_Streams.Set_Output_Directory): New subprogram
in support of the above.
idlac_wrapper: Rewrite and simplify using -o switch. Allow
an alternate path for idlac to be specified using --idlac=...
[Imported from Perforce change 9433 at 2006-12-01 21:44:18]
Subversion-branch: /trunk/polyorb
Subversion-revision: 36918
and its GIOP instance.
Contributed by the IST-ASSERT project, by Laurent Pautet and
Khaled Barbaria.
[Imported from Perforce change 9417 at 2006-12-01 21:44:04]
Subversion-branch: /trunk/polyorb
Subversion-revision: 36903
recompilation of files generated by idlac whenever possible.
Patch submitted by Vadim Godunko, reviewed by Jerome Hugues.
[Imported from Perforce change 9376 at 2006-12-01 21:43:44]
Subversion-branch: /trunk/polyorb
Subversion-revision: 36873