home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / specs < prev    next >
Text File  |  1996-09-05  |  1KB  |  48 lines

  1. *asm:
  2.  
  3.  
  4. *asm_final:
  5. %{gcodeview*:
  6. StabsToCodeview %{c:%{o*:%*}%{!o*:%b.o}}%{!c:%U.o} %{g*}}    %{scatter:
  7. ScatterPrep %{c:%{o*:%*}%{!o*:%b.o}}%{!c:%U.o}}
  8.  
  9. *cpp:
  10. -lang-c-c++-comments %{posix:-D_POSIX_SOURCE} %{F*}   %{static:-DNEXTPDO=extern} %{!static:-DNEXTPDO=__declspec(dllimport)}
  11.  
  12. *cc1:
  13.  
  14.  
  15. *cc1plus:
  16.  
  17.  
  18. *endfile:
  19.  
  20.  
  21. *link:
  22. %{F*} %{framework*} -nodefaultlib -align:0x1000   %{gcodeview:%{!gcodeview0:-debug -debugtype:both -pdb:none}} %{undefined*}   %{!v:-nologo}   %{dll} %{!dll:%{bundle:-dll}         %{!bundle:%{!win:-subsystem:console -entry:mainCRTStartup}               %{win:-subsystem:windows -entry:WinMainCRTStartup}}}
  23.  
  24. *lib:
  25. %{dll:dllmain.o nsregisterdll.o} %{bundle:dllmain.o nsregisterdll.o}    %{static:-lobjc -lremote -lstreams -lmachkit -lmach}    %{!static:nextpdo.lib} msvcrt.lib kernel32.lib %{wing:wing32.lib}    wsock32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib    shell32.lib ole32.lib oleaut32.lib uuid.lib %{!shared:-lgcc}
  26.  
  27. *libgcc:
  28.  
  29.  
  30. *startfile:
  31.  
  32.  
  33. *switches_need_spaces:
  34.  
  35.  
  36. *signed_char:
  37. %{funsigned-char:-D__CHAR_UNSIGNED__}
  38.  
  39. *predefines:
  40. -Di386 -DWIN32 -D_WIN32 -Dwinnt -DWINNT   -D_M_IX86=300 -D_X86_=1 -D__STDC__=0 -DALMOST_STDC   -DNeXT_PDO -DNEXT_OBJC_RUNTIME -D_MT -D_DLL   -D__LITTLE_ENDIAN__ -D__ARCHITECTURE__=\"i386\"   -Asystem(winnt) -Acpu(i386) -Amachine(i386)
  41.  
  42. *cross_compile:
  43. 0
  44.  
  45. *multilib:
  46. . ;
  47.  
  48.