home *** CD-ROM | disk | FTP | other *** search
File List | 2000-06-23 | 1.9 KB | 133 lines |
- ;
- ; To self-compile: smctest -Osmcself.exe @smc.lst
- ;
-
- -u
- -c
- -z
-
- -w-4002 ; ignoring unknown preprocessing directive
- -w-4005 ; loss of precision
- -w-4013 ; class is implicitly abstract
- -w-4018 ; use before def
- -w-4027 ; macros with arguments
- -w-4028 ; bool -> int conversion
- -w-4030 ; '@' found in comment
- -w-4033 ; byref argument without &
- -w-4035 ; negative const -> unsigned
-
- -DDEFMGMT=unmanaged
- -DMGDDATA=0
- -DLEGACY=1
- -DMR=*
-
- -Dvolatile=
-
- -DDEBUG=1
- -DCORIMP=1
- -DDISP_IL_CODE=1
- -DTRAP_VIA_SETJMP=0
- -D_OS_COMMIT_ALLOC=1
- -DMACROS_NOT_SUPPORTED=1
- -DSTATIC_UNMANAGED_MEMBERS=1
- -DGEN_REFS_INSTEAD_OF_DEFS=0
-
- -DbegErrorTrap=try
- -DdclErrorTrap=
- -DchkErrorTrap=except
- -DfltErrorTrap=__SMCfilter
-
- -D_fastcall=
- -D__fastcall=
-
- -D_stdcall=
- -D__stdcall=
-
- -D_cdecl=
- -D__cdecl=
-
- -D__try=try
- -D__except=except
-
- -D_inline=inline
- -D__inline=inline
-
- -DNULL=null
-
- -DUNIMPL=assert
- -DNO_WAY=assert
-
- -DDLL_IMPORT=extern
-
- -DINOUT=byref
- -DOUT=byref
- -DIN=in
- -DREF=
-
- -DUNION=union
- -DCASE=case
- -DDEFCASE=default
- -DIMPORT=extern
- -DIMPCRT=extern
- -DCOR_IMPORT=extern
-
- ;
- ; The following is a horrible hack for including CorHdr.h
- ;
- -DCorSigCompressData=WRAPPED_CorSigCompressData
- -DCorSigCompressToken=WRAPPED_CorSigCompressToken
- -DCorSigUncompressData=WRAPPED_CorSigUncompressData
- -DCorSigUncompressToken=WRAPPED_CorSigUncompressToken
- -DCorSigUncompressElementType=WRAPPED_CorSigUncompressElementType
-
- SMCself.h
- ..\..\..\include\corhdr.h
-
- alloc.h
- comp.h
- CORwrap.h
- error.h
- genIL.h
- hash.h
- host.h
- infile.h
- outfile.h
- parser.h
- pewrite.h
- scan.h
- smc.h
- smcPCH.h
- symbol.h
- treenode.h
- type.h
- typedefs.h
- vartype.h
-
- alloc.cpp
- bind.cpp
- comp.cpp
- CORexp.cpp
- CORimp.cpp
- error.cpp
- foldexpr.cpp
- gencode.cpp
- genIL.cpp
- hash.cpp
- outfile.cpp
- parser.cpp
- pewrite.cpp
- scan.cpp
- smc.cpp
- symbol.cpp
- tree.cpp
- type.cpp
-
- inlines.h
-
- macros.i.checked
- imports.h
- Win32.h
- cor-temp.c
-
- version.c
-