home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples1.exe / smc / SMC.lst < prev    next >
Encoding:
File List  |  2000-06-23  |  1.9 KB  |  133 lines

  1. ;
  2. ; To self-compile: smctest -Osmcself.exe @smc.lst
  3. ;
  4.  
  5. -u
  6. -c
  7. -z
  8.  
  9. -w-4002 ; ignoring unknown preprocessing directive
  10. -w-4005 ; loss of precision
  11. -w-4013 ; class is implicitly abstract
  12. -w-4018 ; use before def
  13. -w-4027 ; macros with arguments
  14. -w-4028 ; bool -> int conversion
  15. -w-4030 ; '@' found in comment
  16. -w-4033 ; byref argument without &
  17. -w-4035 ; negative const -> unsigned
  18.  
  19. -DDEFMGMT=unmanaged
  20. -DMGDDATA=0
  21. -DLEGACY=1
  22. -DMR=*
  23.  
  24. -Dvolatile=
  25.  
  26. -DDEBUG=1
  27. -DCORIMP=1
  28. -DDISP_IL_CODE=1
  29. -DTRAP_VIA_SETJMP=0
  30. -D_OS_COMMIT_ALLOC=1
  31. -DMACROS_NOT_SUPPORTED=1
  32. -DSTATIC_UNMANAGED_MEMBERS=1
  33. -DGEN_REFS_INSTEAD_OF_DEFS=0
  34.  
  35. -DbegErrorTrap=try
  36. -DdclErrorTrap=
  37. -DchkErrorTrap=except
  38. -DfltErrorTrap=__SMCfilter
  39.  
  40. -D_fastcall=
  41. -D__fastcall=
  42.  
  43. -D_stdcall=
  44. -D__stdcall=
  45.  
  46. -D_cdecl=
  47. -D__cdecl=
  48.  
  49. -D__try=try
  50. -D__except=except
  51.  
  52. -D_inline=inline
  53. -D__inline=inline
  54.  
  55. -DNULL=null
  56.  
  57. -DUNIMPL=assert
  58. -DNO_WAY=assert
  59.  
  60. -DDLL_IMPORT=extern
  61.  
  62. -DINOUT=byref
  63. -DOUT=byref
  64. -DIN=in
  65. -DREF=
  66.  
  67. -DUNION=union
  68. -DCASE=case
  69. -DDEFCASE=default
  70. -DIMPORT=extern
  71. -DIMPCRT=extern
  72. -DCOR_IMPORT=extern
  73.  
  74. ;
  75. ; The following is a horrible hack for including CorHdr.h
  76. ;
  77. -DCorSigCompressData=WRAPPED_CorSigCompressData
  78. -DCorSigCompressToken=WRAPPED_CorSigCompressToken
  79. -DCorSigUncompressData=WRAPPED_CorSigUncompressData
  80. -DCorSigUncompressToken=WRAPPED_CorSigUncompressToken
  81. -DCorSigUncompressElementType=WRAPPED_CorSigUncompressElementType
  82.  
  83. SMCself.h
  84. ..\..\..\include\corhdr.h
  85.  
  86. alloc.h
  87. comp.h
  88. CORwrap.h
  89. error.h
  90. genIL.h
  91. hash.h
  92. host.h
  93. infile.h
  94. outfile.h
  95. parser.h
  96. pewrite.h
  97. scan.h
  98. smc.h
  99. smcPCH.h
  100. symbol.h
  101. treenode.h
  102. type.h
  103. typedefs.h
  104. vartype.h
  105.  
  106. alloc.cpp
  107. bind.cpp
  108. comp.cpp
  109. CORexp.cpp
  110. CORimp.cpp
  111. error.cpp
  112. foldexpr.cpp
  113. gencode.cpp
  114. genIL.cpp
  115. hash.cpp
  116. outfile.cpp
  117. parser.cpp
  118. pewrite.cpp
  119. scan.cpp
  120. smc.cpp
  121. symbol.cpp
  122. tree.cpp
  123. type.cpp
  124.  
  125. inlines.h
  126.  
  127. macros.i.checked
  128. imports.h
  129. Win32.h
  130. cor-temp.c
  131.  
  132. version.c
  133.