home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / TemaCD / devc / _SETUP.6 / Group4 / specs < prev    next >
Text File  |  2000-01-21  |  2KB  |  89 lines

  1. *asm:
  2.  
  3.  
  4. *asm_final:
  5.  
  6.  
  7. *cpp:
  8. -remap %(cpp_cpu) %{posix:-D_POSIX_SOURCE} %{mthreads:-D_MT}
  9.  
  10. *cc1:
  11. %(cc1_spec) 
  12.  
  13. *cc1plus:
  14.  
  15.  
  16. *endfile:
  17.  
  18.  
  19. *link:
  20. %{mwindows:--subsystem windows}                    %{mconsole:--subsystem console}                    %{shared: %{mdll: %eshared and mdll are not compatible}}                    %{shared: --shared} %{mdll:--dll}                    %{shared|mdll: -e _DllMainCRTStartup@12}
  21.  
  22. *lib:
  23. %{pg:-lgmon} %{mwindows:-lgdi32 -lcomdlg32}                   -luser32 -lkernel32 -ladvapi32 -lshell32
  24.  
  25. *libgcc:
  26. %{mthreads:-lmingwthrd} -lmingw32 -lgcc -lmoldname -lmsvcrt
  27.  
  28. *startfile:
  29. %{shared|mdll:dllcrt2%O%s} %{!shared:%{!mdll:crt2%O%s}} %{pg:gcrt2%O%s}
  30.  
  31. *switches_need_spaces:
  32.  
  33.  
  34. *signed_char:
  35. %{funsigned-char:-D__CHAR_UNSIGNED__}
  36.  
  37. *predefines:
  38. -Di386 -D_WIN32 -DWIN32 -D__WIN32__   -D__MINGW32__=0.2 -D__MSVCRT__ -DWINNT  -D_X86_=1 -D__STDC__=1  -D__stdcall=__attribute__((__stdcall__))   -D_stdcall=__attribute__((__stdcall__))   -D__cdecl=__attribute__((__cdecl__))   -D__declspec(x)=__attribute__((x))   -Asystem(winnt) -Acpu(i386) -Amachine(i386)
  39.  
  40. *cross_compile:
  41. 0
  42.  
  43. *version:
  44. 2.95.2
  45.  
  46. *multilib:
  47. . ;
  48.  
  49. *multilib_defaults:
  50.  
  51.  
  52. *multilib_extra:
  53.  
  54.  
  55. *multilib_matches:
  56.  
  57.  
  58. *linker:
  59. collect2
  60.  
  61. *cpp_486:
  62. %{!ansi:-Di486} -D__i486 -D__i486__
  63.  
  64. *cpp_586:
  65. %{!ansi:-Di586 -Dpentium}     -D__i586 -D__i586__ -D__pentium -D__pentium__
  66.  
  67. *cpp_k6:
  68. %{!ansi:-Di586 -Dk6}     -D__i586 -D__i586__ -D__k6 -D__k6__
  69.  
  70. *cpp_686:
  71. %{!ansi:-Di686 -Dpentiumpro}     -D__i686 -D__i686__ -D__pentiumpro -D__pentiumpro__
  72.  
  73. *cpp_cpu_default:
  74.  
  75.  
  76. *cpp_cpu:
  77. -Acpu(i386) -Amachine(i386) %{!ansi:-Di386} -D__i386 -D__i386__ %{mcpu=i486:%(cpp_486)} %{m486:%(cpp_486)} %{mpentium:%(cpp_586)} %{mcpu=pentium:%(cpp_586)} %{mpentiumpro:%(cpp_686)} %{mcpu=pentiumpro:%(cpp_686)} %{mcpu=k6:%(cpp_k6)} %{!mcpu*:%{!m486:%{!mpentium*:%(cpp_cpu_default)}}}
  78.  
  79. *cc1_cpu:
  80. %{!mcpu*: %{m386:-mcpu=i386 -march=i386} %{m486:-mcpu=i486 -march=i486} %{mpentium:-mcpu=pentium} %{mpentiumpro:-mcpu=pentiumpro}}
  81.  
  82. *mingw_include_path:
  83. i386-mingw32msvc
  84.  
  85. *link_command:
  86. %{!fsyntax-only:  %{!c:%{!M:%{!MM:%{!E:%{!S:%(linker) %l %X %{o*} %{A} %{d} %{e*} %{m} %{N} %{n}             %{r} %{s} %{t} %{u*} %{x} %{z} %{Z}            %{!A:%{!nostdlib:%{!nostartfiles:%S}}}            %{static:} %{L*} %D %o            %{!nostdlib:%{!nodefaultlibs:%G %L %G}}            %{!A:%{!nostdlib:%{!nostartfiles:%E}}}            %{T*}            
  87.  }}}}}}
  88.  
  89.