Build files regenerated
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 11 Jun 2011 09:24:19 +0000
changeset 19 3d1886fb9e7c
parent 18 92189b67e243
child 20 13518521d60c
Build files regenerated
Make.proto
Make.spec
bc.mak
libInit.cc
libwebkit.rc
stx_libwebkit.st
--- a/Make.proto	Fri Jun 10 23:33:53 2011 +0000
+++ b/Make.proto	Sat Jun 11 09:24:19 2011 +0000
@@ -67,7 +67,7 @@
 
 
 uzbl/uzbl-core:
-	$(MAKE) -C uzbl uzbl-core
+    $(MAKE) -C uzbl uzbl-core
 
 
 update-svn-revision:
@@ -115,6 +115,7 @@
 $(OUTDIR)WebKitRenderer.$(O) WebKitRenderer.$(H): WebKitRenderer.st $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(INCLUDE_TOP)/stx/libbasic/PeekableStream.$(H) $(INCLUDE_TOP)/stx/libbasic/Stream.$(H) $(STCHDR)
 $(OUTDIR)WebKitView.$(O) WebKitView.$(H): WebKitView.st $(INCLUDE_TOP)/stx/libview/SimpleView.$(H) $(INCLUDE_TOP)/stx/libview/DisplaySurface.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsMedium.$(H) $(INCLUDE_TOP)/stx/libview/DeviceGraphicsContext.$(H) $(INCLUDE_TOP)/stx/libview/GraphicsContext.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)stx_libwebkit.$(O) stx_libwebkit.$(H): stx_libwebkit.st $(INCLUDE_TOP)/stx/libbasic/LibraryDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/ProjectDefinition.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)/stx/libwidg/GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
 
--- a/Make.spec	Fri Jun 10 23:33:53 2011 +0000
+++ b/Make.spec	Sat Jun 11 09:24:19 2011 +0000
@@ -61,6 +61,7 @@
     $(OUTDIR)WebKitRenderer.$(O) \
     $(OUTDIR)WebKitView.$(O) \
     $(OUTDIR)stx_libwebkit.$(O) \
+    $(OUTDIR)extensions.$(O) \
 
 
 
--- a/bc.mak	Fri Jun 10 23:33:53 2011 +0000
+++ b/bc.mak	Sat Jun 11 09:24:19 2011 +0000
@@ -59,5 +59,6 @@
 $(OUTDIR)WebKitRenderer.$(O) WebKitRenderer.$(H): WebKitRenderer.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(INCLUDE_TOP)\stx\libbasic\PeekableStream.$(H) $(INCLUDE_TOP)\stx\libbasic\Stream.$(H) $(STCHDR)
 $(OUTDIR)WebKitView.$(O) WebKitView.$(H): WebKitView.st $(INCLUDE_TOP)\stx\libview\SimpleView.$(H) $(INCLUDE_TOP)\stx\libview\DisplaySurface.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsMedium.$(H) $(INCLUDE_TOP)\stx\libview\DeviceGraphicsContext.$(H) $(INCLUDE_TOP)\stx\libview\GraphicsContext.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)stx_libwebkit.$(O) stx_libwebkit.$(H): stx_libwebkit.st $(INCLUDE_TOP)\stx\libbasic\LibraryDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\ProjectDefinition.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
+$(OUTDIR)extensions.$(O): extensions.st $(INCLUDE_TOP)\stx\libwidg\GenericToolbarIconLibrary.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line
--- a/libInit.cc	Fri Jun 10 23:33:53 2011 +0000
+++ b/libInit.cc	Sat Jun 11 09:24:19 2011 +0000
@@ -31,6 +31,6 @@
 _WebKitView_Init(pass,__pRT__,snd);
 _stx_137libwebkit_Init(pass,__pRT__,snd);
 
-
+_stx_137libwebkit_extensions_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }
--- a/libwebkit.rc	Fri Jun 10 23:33:53 2011 +0000
+++ b/libwebkit.rc	Sat Jun 11 09:24:19 2011 +0000
@@ -3,7 +3,7 @@
 // automagically generated from the projectDefinition: stx_libwebkit.
 //
 VS_VERSION_INFO VERSIONINFO
-  FILEVERSION     6,1,0,1
+  FILEVERSION     6,1,0,0
   PRODUCTVERSION  6,1,2,1
   FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
   FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
@@ -18,12 +18,12 @@
     BEGIN
       VALUE "CompanyName", "eXept Software AG\0"
       VALUE "FileDescription", "Smalltalk/X Class library (LIB)\0"
-      VALUE "FileVersion", "6.1.0.1\0"
+      VALUE "FileVersion", "6.1.0.0\0"
       VALUE "InternalName", "stx:libwebkit\0"
       VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011\0"
       VALUE "ProductName", "Smalltalk/X\0"
       VALUE "ProductVersion", "6.1.2.1\0"
-      VALUE "ProductDate", "Thu, 09 Jun 2011 13:30:32 GMT\0"
+      VALUE "ProductDate", "Sat, 11 Jun 2011 09:25:39 GMT\0"
     END
 
   END
--- a/stx_libwebkit.st	Fri Jun 10 23:33:53 2011 +0000
+++ b/stx_libwebkit.st	Sat Jun 11 09:24:19 2011 +0000
@@ -130,7 +130,7 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'18M'"$"
+    ^ "$SVN-Revision:"'19'"$"
 ! !
 
 !stx_libwebkit class methodsFor:'documentation'!