Commit Graph

720 Commits

Author SHA1 Message Date
Ralph Lange b68112ba6a Enabled mixed building mode (see bug report [EPICS Base R3.14.x 0000040]) 2003-09-02 20:51:38 +00:00
Janet B. Anderson dbbb6af9fd Get loadable prefix and suffix from UnixCommon. 2003-09-02 20:51:26 +00:00
Janet B. Anderson 49d2ce69fb Set loadable lib prefix to lib. 2003-09-02 20:45:53 +00:00
Janet B. Anderson 4675c84bff Set loadable library prefix to lib. 2003-09-02 19:41:29 +00:00
Andrew Johnson cce78f0ec5 Added putenv lines to cdCommands output (Mark Rivers). 2003-09-02 15:56:09 +00:00
Andrew Johnson 9c99a40de2 Added envPaths to clean rule (Mark Rivers) 2003-09-02 15:38:33 +00:00
Janet B. Anderson fd33cf444e Added win32 comments. 2003-08-29 19:04:38 +00:00
Janet B. Anderson abb03fdfdf Added changes for static build and loadable libraries. 2003-08-29 19:03:09 +00:00
Janet B. Anderson 6edd359e47 Removed references to *Obj.lib files. 2003-08-29 18:57:07 +00:00
Janet B. Anderson bded68e14e Removed references to LIB_EXT. 2003-08-29 18:56:18 +00:00
Janet B. Anderson eacaf67101 Syntax change for CONFIG definition. Added RELEASE.host.target include. 2003-08-28 18:40:39 +00:00
Janet B. Anderson e35c8d0774 Used INSTALL_LIBRARY script to install loadable shared libraries. 2003-08-27 15:29:29 +00:00
Janet B. Anderson b9b48dfa77 Fixed LOADABLE_LIBRARY rules. 2003-08-27 15:26:48 +00:00
Janet B. Anderson 2d50b04ca0 Added COMMON_DIR to JAVA_INCLUDES. 2003-08-15 14:43:59 +00:00
Janet B. Anderson ce8fb13fe4 Create headers in O.Common. Make headers precious. 2003-08-15 14:41:38 +00:00
Janet B. Anderson 8c6d2ba91a Fixed create INSTALL_JAVA dir. Create header files in O.Common dir. 2003-08-15 14:05:17 +00:00
W. Eric Norum 7231e60a60 Add default JAVA_DIR. Can be overridden by CONFIG_SITE. 2003-08-14 21:17:10 +00:00
Janet B. Anderson 56fc694513 Updates and bug fixes. 2003-08-14 20:10:02 +00:00
Janet B. Anderson 8a65a17f68 Added definitions for static build. 2003-08-04 18:40:20 +00:00
Janet B. Anderson 0fc52db97b Always build dynamic library search paths into executable. 2003-08-04 18:35:50 +00:00
Janet B. Anderson 54868e8723 Added linker options for static builds. 2003-08-04 18:25:32 +00:00
Robert Soliday 73b8c02bae Updated so it can now build SDDS in extensions. 2003-08-04 15:46:23 +00:00
W. Eric Norum b99238b93c Removing -ansi causes *lots* of other problems, so back out previous change. 2003-07-31 16:34:16 +00:00
W. Eric Norum ec11da3a05 RTEMS header files have just too many functions whose prototypes are removed
when -ansi is specified.
2003-07-30 21:42:54 +00:00
Andrew Johnson 09d50b3213 Export RELEASE entries in environment for tools (MSI in particular) 2003-07-30 21:35:30 +00:00
cvs2svn d1d2a1bac8 This commit was manufactured by cvs2svn to create branch 'B3.14'. 2003-07-25 19:43:41 +00:00
Janet B. Anderson e536c949e1 Fixed typo. 2003-07-25 14:53:08 +00:00
Janet B. Anderson 13fcc63153 Added fix for full path name when in cygwin shell. 2003-07-24 20:11:37 +00:00
Andrew Johnson b9fb6caffb Added envPaths functionality, and using these variables in st.cmd files 2003-07-23 22:08:50 +00:00
Andrew Johnson 952387a9dc Install files listed in INC_vxWorks into include/os/vxWorks etc. 2003-07-23 20:19:36 +00:00
Andrew Johnson f24895c325 Name the registerRecordDeviceDriver subroutine after the dbd file it was
created from; allows applications to be split up and loaded separately.
2003-07-22 15:36:29 +00:00
Andrew Johnson 7bff35a687 Changed dbExpand rules to use new -o option to specifiy the output filename 2003-07-21 23:08:36 +00:00
cvs2svn 1fef904a9e This commit was manufactured by cvs2svn to create branch 'B3.14'. 2003-07-15 15:56:33 +00:00
Ralph Lange ccd94cd911 Added PATH_FILTER to calls of tools (allows building in DOS-Box) 2003-07-07 08:24:53 +00:00
Janet B. Anderson c6464b8797 Added loadable library definitions and rules 2003-07-03 16:17:38 +00:00
W. Eric Norum 6463589276 Simplify SHRLIB_SUFFIX. 2003-06-23 19:25:33 +00:00
cvs2svn d25ea19815 This commit was manufactured by cvs2svn to create branch 'B3.14'. 2003-06-19 17:24:51 +00:00
Janet B. Anderson d5020308aa Added SHRLIB_ALLOW_UNDEFINEDS to allow undefined symbols. 2003-06-03 19:54:33 +00:00
W. Eric Norum 2612b722fa RTEMS can't use code compiled with -fPIC. 2003-05-29 21:03:38 +00:00
Marty Kraimer f44bc9a818 last two digits of stat,end are hour NOT month 2003-05-22 15:16:24 +00:00
Janet B. Anderson 45609829f8 Modified comment. 2003-05-22 00:21:58 +00:00
Janet B. Anderson e769ca29f1 Removed unused TORNADO version macro. 2003-05-21 19:19:49 +00:00
Andrew Johnson ec411508e9 Don't create the $(INSTALL_JAVA) directory until there's something
to actually put in it.
2003-05-21 19:12:01 +00:00
Andrew Johnson c82442b10c Undone Marty's incorrect change to convertRelease.pl
(removed 3.13.1 compatibility line completely)
Added dependency for cdCommands so it gets rebuilt if $(TOP)/bin changes
i.e. possibly when $(TOP)/bin/$(T_A) is created.
2003-05-21 19:05:18 +00:00
Marty Kraimer 9cf089f0d3 appbin => topbin 2003-05-21 17:57:26 +00:00
Marty Kraimer b40d9ddcc3 no CROSS_COMPILER_TARGET_ARCHS by default 2003-05-21 12:21:24 +00:00
Marty Kraimer 00f28ff971 revert to old 2003-05-21 12:17:44 +00:00
Marty Kraimer 7ada50c005 change for 2003 2003-05-21 12:16:07 +00:00
Janet B. Anderson a41a72a4f4 Converted formatted line to Text Wrap. 2003-05-20 20:13:34 +00:00
Janet B. Anderson 1c84525a87 Use shared readline library. 2003-05-14 13:32:42 +00:00