Commit Graph

222 Commits

Author SHA1 Message Date
Janet B. Anderson
feb2fd1f2a Changed includes onf RCCMD line and removed -DBORLAND option. 2000-10-12 22:37:05 +00:00
Janet B. Anderson
d85a15500e Added epics/base include/os/<arch> dir to brcc32 command. 2000-10-12 20:01:24 +00:00
Janet B. Anderson
95f9cc2164 Added borland include dir to brcc32 command. 2000-10-12 19:22:06 +00:00
Janet B. Anderson
75f13c31f4 Moved MakeRelease from base dir. 2000-10-12 18:31:18 +00:00
Janet B. Anderson
1275b89bec Added .c state notatation rules. 2000-10-12 15:48:55 +00:00
Janet B. Anderson
c5281ac193 Changed location of snc. 2000-10-12 15:37:57 +00:00
Janet B. Anderson
af26c5c544 Bug fix for missing parenthesis. 2000-10-12 15:29:24 +00:00
Janet B. Anderson
30a068a53e Fixed BORLAND definitions. 2000-10-12 14:52:08 +00:00
Janet B. Anderson
9c3cbb95ce Removed env var INCLUDE and LIB requirement. 2000-10-12 14:35:59 +00:00
Janet B. Anderson
b57349f6d5 Fix for timespec register problem. 2000-10-02 18:07:35 +00:00
Janet B. Anderson
e02a805330 Added USR_ARFLAGS. 2000-09-28 17:45:39 +00:00
Janet B. Anderson
fb1d143bc2 Comment changes. 2000-09-27 14:32:06 +00:00
Janet B. Anderson
eb278e7aa0 Modified comments. 2000-09-27 14:29:52 +00:00
Janet B. Anderson
48b2fac181 Added vpath for .java files. Added JAVA_DIRECTORY_TARGETS. 2000-09-27 14:27:10 +00:00
Janet B. Anderson
4a548625a5 makeDbDepends.pl and replaceVAR.pl now in base/configure/tools. 2000-09-27 14:22:47 +00:00
Janet B. Anderson
ce84219db8 Modified CROSS_COMPILER_HOST_ARCHS default. 2000-09-27 14:15:08 +00:00
Janet B. Anderson
50b11179a1 Comment changes. 2000-09-27 14:13:09 +00:00
Jeff Hill
f01d955e34 fixed static constructors when building on WIN32 2000-09-26 23:53:53 +00:00
Janet B. Anderson
95ed149097 Set EPICS_UPDATE_LEVEL to 1 2000-09-26 22:13:59 +00:00
Jeff Hill
b9e04b7cfe turn off effective C++ warnings 2000-09-26 21:22:09 +00:00
Janet B. Anderson
1eab671798 Comment changes. 2000-09-25 21:21:32 +00:00
Janet B. Anderson
4c4734b2d6 Initial version. 2000-09-25 20:13:55 +00:00
Janet B. Anderson
5165fd9aa1 Changed munch rule, depends dependancies. Changes for ARCMD and LINK defs. 2000-09-25 19:52:39 +00:00
Janet B. Anderson
48a4f6d39a Changed TARGET_RESS, ARCMD, DEPENDS_RULE. Added SRC_FILES definition. 2000-09-25 19:42:24 +00:00
Janet B. Anderson
488f2c2222 Comment changes only. 2000-09-25 19:36:45 +00:00
Janet B. Anderson
78b92fa5cc Some updates for R3.14. 2000-09-25 19:35:15 +00:00
Janet B. Anderson
d27489eed5 LINK, DEPENDS_RULE, and ARCMD definition changes. 2000-09-25 19:33:23 +00:00
Janet B. Anderson
51ef3a61f8 LINK defintion change. Munch changes. 2000-09-25 19:31:43 +00:00
Janet B. Anderson
61834c395f LINK definition changes. 2000-09-25 19:30:56 +00:00
Janet B. Anderson
3f12547739 Added Jeff's hack for win32. 2000-09-25 19:29:21 +00:00
Janet B. Anderson
713c4b5883 Initial version. 2000-09-25 19:28:42 +00:00
Janet B. Anderson
31d3a0d938 Added a remove of tabs and blanks in RELEASE lines. 2000-09-25 19:27:37 +00:00
Janet B. Anderson
11376dbd41 Changed LIB_LD_OBJS to LIBRARY_LD_OBJS. 2000-09-15 21:02:00 +00:00
Jeff Hill
b419f26e3f added additional system librarries for static build 2000-09-13 17:37:03 +00:00
Marty Kraimer
da811dcf1d add warnings for violation of effective c++ guidelines 2000-09-08 12:50:39 +00:00
Janet B. Anderson
a212ac06f2 Added missing endif print stmnt. 2000-08-28 14:34:30 +00:00
Janet B. Anderson
77cfc3ac12 Reinstated needed osclass specific DBDEXPAND and DBDNAME. 2000-08-28 14:25:04 +00:00
Janet B. Anderson
c9dd3233ad Added INSTALL_DB definition. 2000-08-25 18:26:18 +00:00
W. Eric Norum
d09da0eb6b Use a special RTEMS-specific version of fopen to add the RTEMS TFTP
prefix to path names.  This is a cleaner solution since it requires
no changes to any other EPICS code and works for all places that
files are opened.
2000-08-23 22:31:39 +00:00
Janet B. Anderson
3c50e3839e Removed reference to installEpics. 2000-08-22 19:56:57 +00:00
W. Eric Norum
7cba58991f Always generate initialization (C++ constructor) code. 2000-08-22 19:14:50 +00:00
W. Eric Norum
0886eaf6d7 Fix typo in name of RTEMS MVME167 target. 2000-08-22 18:43:34 +00:00
W. Eric Norum
c442b9e850 Since RTEMS sequencers use C++ constructors to register the sequencer
commands, they must be compiled with a C++ compiler.
2000-08-22 18:40:38 +00:00
Janet B. Anderson
086196b9f7 Removed comments about not building c++ code. 2000-08-09 20:05:35 +00:00
Janet B. Anderson
b74fd70ca3 Added osclass specific RCS. Removed osclass specific DBDEXPAND and DBDNAME.
Added lib dependancy on lib specific RESS.
2000-08-08 16:11:27 +00:00
Janet B. Anderson
b5ed2037ad Modified include file specification in RCCMD command. 2000-08-07 22:07:01 +00:00
Janet B. Anderson
b1e7425719 Fixed comments. 2000-08-02 21:52:16 +00:00
Jeff Hill
91050c7155 turn of omnipresent USE DEFAULT STACK -D 2000-07-13 17:21:28 +00:00
Marty Kraimer
be90158390 revert to previous version 2000-07-11 16:08:55 +00:00
Janet B. Anderson
6eec691c13 Modified touch definition. 2000-07-07 20:07:11 +00:00