2
0

libDtMail.proj 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. /* ObjectCenter Project File */
  2. /* Options for project */
  3. unsetopt ansi
  4. setopt auto_compile
  5. unsetopt auto_reload
  6. setopt auto_replace
  7. unsetopt batch_load
  8. unsetopt batch_run
  9. setopt cc_prog cc
  10. setopt ccargs -g
  11. setopt primary_language C++
  12. setopt cxx_prog /net/leaves/export/tools/compilers/CenterLine/bin/CC
  13. setopt cxxargs +d -g
  14. setopt demand_driven_level 3
  15. setopt cxx_suffixes C c CC cc CXX cxx cpp H h HH hh HXX hxx hpp
  16. setopt c_suffixes c h
  17. setopt show_inheritance
  18. setopt print_inherited
  19. unsetopt print_static
  20. setopt print_runtime_type
  21. setopt tmpl_instantiate_obj
  22. unsetopt tmpl_instantiate_flg
  23. unsetopt create_file
  24. unsetopt debug_child
  25. unsetopt echo
  26. unsetopt edit_jobs
  27. unsetopt edit_line
  28. unsetopt edit_line_file
  29. unsetopt editor
  30. unsetopt edit_query
  31. unsetopt edit_line_query
  32. unsetopt edit_pause
  33. unsetopt edit_wakeup
  34. unsetopt eight_bit
  35. setopt email_address objectcenter-support@centerline.com
  36. unsetopt ignore_sharp_lines
  37. setopt instrument_all
  38. setopt instrument_byte
  39. setopt instrument_space 4
  40. setopt histchar 35
  41. setopt line_edit
  42. unsetopt line_meta
  43. setopt lint_load 2
  44. setopt lint_run 2
  45. setopt list_action
  46. unsetopt load_flags
  47. setopt long_not_int
  48. setopt old_make
  49. unsetopt make_args
  50. setopt make_hfiles
  51. unsetopt make_offset
  52. setopt make_prog make
  53. setopt make_symbol #
  54. setopt mem_config 16384
  55. unsetopt mem_trace
  56. unsetopt page_cmds
  57. setopt page_list 10
  58. unsetopt page_load
  59. unsetopt path
  60. setopt proto_path . /net/leaves/export/tools/compilers/CenterLine/oc_2.0.0/sparc-solaris2/proto /net/leaves/export/tools/compilers/CenterLine/general/proto
  61. unsetopt preprocessor
  62. setopt program_name a.out
  63. unsetopt print_custom
  64. setopt print_pointer
  65. setopt print_string 20
  66. unsetopt save_memory
  67. setopt sbrk_size 1048576
  68. unsetopt swap_uses_path
  69. setopt sys_load_cflags -L/lib -L/usr/lib -L/usr/local/lib -I/net/leaves/export/tools/compilers/CenterLine/include/CodeCenter -I/usr/include -Dunix -Dsun -Dsparc
  70. setopt sys_load_cxxflags -L/object/CenterLine/sparc-solaris2/lib -L/lib -L/usr/lib -L/usr/local/lib -I/opt/CenterLine/clc++/sparc-solaris2/incl -I/opt/CenterLine/include/CodeCenter -I/usr/include -Dsun -DBSD -Dsparc -Dunix -D__STDC__=0 -L/usr/openwin/lib -L/net/zule/workspace/dt-tree/lib -I../../../lib -I../include/utils -I.. -I. -I../include -I../../dtcompat -I/net/zule/workspace/dt-tree/include -I/usr/openwin/include -DDTMAIL_TOOLTALK -DSunOS -DREL=53 -DDL_DYNAMIC_LIBS -DMMAP_NORESERVE
  71. unsetopt tab_stop
  72. unsetopt terse_suppress
  73. unsetopt terse_where
  74. setopt unset_value 191
  75. unsetopt win_fork_nodup
  76. unsetopt win_no_raise
  77. unsetopt win_message_list
  78. unsetopt win_project_list
  79. /* Suppressions for project */
  80. suppress 5
  81. /* DEFAULT SUPPRESSION: Over/underflow unsigned <minus> */
  82. suppress 7
  83. /* DEFAULT SUPPRESSION: Over/underflow unsigned <plus> */
  84. suppress 52
  85. /* DEFAULT SUPPRESSION: Information lost <float> */
  86. suppress 97 in xfree
  87. /* DEFAULT SUPPRESSION: Freeing memory */
  88. suppress 137
  89. /* Bad Cast */
  90. suppress 157 on __builtin_va_alist
  91. /* DEFAULT SUPPRESSION: Formal variable */
  92. suppress 465 /usr/include/
  93. /* DEFAULT SUPPRESSION: */
  94. suppress 481
  95. /* DEFAULT SUPPRESSION: */
  96. suppress 500 on alloca
  97. /* DEFAULT SUPPRESSION: */
  98. suppress 1075
  99. /* DEFAULT SUPPRESSION: */
  100. suppress 1076
  101. /* DEFAULT SUPPRESSION: */
  102. suppress 1102
  103. /* DEFAULT SUPPRESSION: */
  104. suppress 1103
  105. /* DEFAULT SUPPRESSION: */
  106. suppress 1104
  107. /* DEFAULT SUPPRESSION: */
  108. /* Contents of project */
  109. load /lib/libc.so.1
  110. load /usr/lib/libdl.so.1
  111. load /net/leaves/export/tools/compilers/CenterLine/sparc-solaris2/lib/libC.so.2.0
  112. load /net/zule/workspace/dt-tree/lib/libDtSvc.a
  113. load /net/zule/workspace/dt-tree/lib/libtt.so.1
  114. load /net/zule/workspace/dt-tree/lib/libXm.a
  115. load /usr/dt/lib/libbento.so.1
  116. load /usr/openwin/lib/libXt.so.4
  117. load /usr/openwin/lib/libXext.so.0
  118. load /usr/openwin/lib/libX11.so.4
  119. load /usr/lib/libnsl.so.1
  120. load /usr/lib/libsocket.so.1
  121. load /usr/lib/libintl.so.1
  122. load /usr/lib/libc.so.1
  123. load /usr/lib/libw.so.1
  124. load /usr/lib/libm.so.1
  125. load -CXX DlDynamicLib.C DtMail.C DtMailBodyPart.C DtMailEnvelope.C DtMailMailBox.C DtMailMessage.C DtMailTransport.C DtMailValuesBuiltin.C DtMailXtProc.C
  126. load -CXX DtVirtArray.C DynamicLib.C IO.C LanguagePortability.C MailRc.C MIMEBodyPart.C RFCBodyPart.C RFCEnvelope.C RFCMIME.C RFCMailBox.C RFCMessage.C
  127. load -CXX Threads.C V3BodyPart.C BigMalloc.C SunV3.C Process.C md5.c xdr_utils.c
  128. load RFCTransport.C Session.C
  129. load dlopen /usr/lib/switch.so
  130. load dlopen /usr/lib/nss_files.so.1
  131. load dlopen /usr/openwin/lib/libX11.so
  132. load /usr/ccs/lib/libgen.a
  133. /* Instrumented files */
  134. /* Signals caught and ignored */
  135. catch HUP
  136. catch INT
  137. catch QUIT
  138. catch ILL
  139. catch TRAP
  140. catch IOT
  141. catch EMT
  142. catch FPE
  143. catch KILL
  144. catch BUS
  145. catch SEGV
  146. catch SYS
  147. catch PIPE
  148. catch TERM
  149. catch USR1
  150. catch USR2
  151. catch PWR
  152. catch STOP
  153. catch TSTP
  154. catch TTIN
  155. catch TTOU
  156. catch XCPU
  157. catch XFSZ
  158. catch WAITING
  159. catch LWP
  160. ignore ALRM
  161. ignore CLD
  162. ignore WINCH
  163. ignore URG
  164. ignore POLL
  165. ignore CONT
  166. ignore VTALRM
  167. ignore PROF
  168. /* Status of project */