ParserFlags.st
changeset 3748 1d2f19126419
parent 3729 759263d4183c
child 3752 389bc7040616
child 3783 e7a3fe517286
equal deleted inserted replaced
3746:a8ad4496aa73 3748:1d2f19126419
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 1989 by Claus Gittinger
     4  COPYRIGHT (c) 1989 by Claus Gittinger
     3  COPYRIGHT (c) 2005 by eXept Software AG
     5  COPYRIGHT (c) 2005 by eXept Software AG
     4 	      All Rights Reserved
     6 	      All Rights Reserved
     5 
     7 
  1801         LibPath := ''.
  1803         LibPath := ''.
  1802         SearchedLibraries := #().
  1804         SearchedLibraries := #().
  1803         MakeCommand := 'make'.
  1805         MakeCommand := 'make'.
  1804     ].
  1806     ].
  1805 
  1807 
  1806     Transcript showCR:'STC Setup:'.
  1808     Smalltalk infoPrinting ifTrue:[
  1807     Transcript showCR:'  STCCompilationDefines:',STCCompilationDefines asString.
  1809         'ParserFlags [info]:' infoPrintCR.
  1808     Transcript showCR:'  CCPath:',CCPath asString.
  1810         '  STC Setup:' infoPrintCR.
  1809     Transcript showCR:'  CCCompilationOptions:',CCCompilationOptions asString.
  1811         ('    STCCompilationDefines: ',STCCompilationDefines asString) infoPrintCR.
  1810     Transcript showCR:'  LinkCommand:',LinkCommand asString.
  1812         ('    CCPath: ',CCPath asString) infoPrintCR.
  1811     Transcript showCR:'  MakeCommand:',MakeCommand asString.
  1813         ('    CCCompilationOptions: ',CCCompilationOptions asString) infoPrintCR.
  1812     Transcript showCR:'  LinkArgs:',LinkArgs asString.
  1814         ('    LinkCommand: ',LinkCommand asString) infoPrintCR.
  1813     
  1815         ('    MakeCommand: ',MakeCommand asString) infoPrintCR.
       
  1816         ('    LinkArgs: ',LinkArgs asString) infoPrintCR.
       
  1817     ].
       
  1818 
  1814     "
  1819     "
  1815      ParserFlags initializeSTCFlagsForTopDirectory:'../..'
  1820      ParserFlags initializeSTCFlagsForTopDirectory:'../..'
  1816     "
  1821     "
  1817 
  1822 
  1818     "Modified: / 09-08-2006 / 18:47:18 / fm"
  1823     "Modified: / 09-08-2006 / 18:47:18 / fm"