src/stx_libjava.st
branchjk_new_structure
changeset 990 5e4818e67471
parent 987 7ce13ad78d68
child 991 20a187230ceb
--- a/src/stx_libjava.st	Wed Sep 07 16:39:44 2011 +0000
+++ b/src/stx_libjava.st	Wed Sep 07 16:43:31 2011 +0000
@@ -226,7 +226,7 @@
 
 additionalLinkLibraries_make_dot_proto
 
-    ^ '$(ZLIB_LD_ARG) support/fdlibm.a'
+    ^ '$(ZLIB_LD_ARG) support/fdlibm/libfdm.a'
 
     "Modified: / 07-09-2011 / 17:01:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
@@ -591,7 +591,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'1336M'"$"
+    ^ "$SVN-Revision:"'1339M'"$"
 ! !
 
 !stx_libjava class methodsFor:'file generation'!