Kaydet (Commit) 3540bfb9 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Always output AWTLIB, gbuildized 'bean' depends on that.

üst e1945ba9
...@@ -1667,9 +1667,7 @@ if ( $JDK ne "gcj" ) { ...@@ -1667,9 +1667,7 @@ if ( $JDK ne "gcj" ) {
else { else {
ToFile( "JAVACISGCJ", '@JAVACISGCJ@', "e" ); ToFile( "JAVACISGCJ", '@JAVACISGCJ@', "e" );
} }
if ( $GUI eq "UNX" ) { ToFile( "AWTLIB", '@AWTLIB@', "e" );
ToFile( "AWTLIB", '@AWTLIB@', "e" );
}
if ( '@JDK@' ne '' ) if ( '@JDK@' ne '' )
{ {
ToFile( "JDK", "@JDK@", "e" ); ToFile( "JDK", "@JDK@", "e" );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment