Index: base/applications/screensavers/logon/logon.rbuild
===================================================================
--- base/applications/screensavers/logon/logon.rbuild (revision 28218)
+++ base/applications/screensavers/logon/logon.rbuild (working copy)
@@ -12,6 +12,8 @@
glu32
winmm
+
+
logon.c
logon.rc
Index: base/applications/screensavers/starfield/starfield.rbuild
===================================================================
--- base/applications/screensavers/starfield/starfield.rbuild (revision 28218)
+++ base/applications/screensavers/starfield/starfield.rbuild (working copy)
@@ -8,6 +8,8 @@
user32
gdi32
+
+
screensaver.c
starfield.rc
Index: dll/win32/acledit/acledit.rbuild
===================================================================
--- dll/win32/acledit/acledit.rbuild (revision 28218)
+++ dll/win32/acledit/acledit.rbuild (working copy)
@@ -5,6 +5,9 @@
+
+
+
ntdll
kernel32
advapi32
Index: dll/win32/comctl32/comctl32.rbuild
===================================================================
--- dll/win32/comctl32/comctl32.rbuild (revision 28218)
+++ dll/win32/comctl32/comctl32.rbuild (working copy)
@@ -9,6 +9,12 @@
0x600
0x501
0x501
+
+
+
wine
user32
gdi32
Index: dll/win32/comdlg32/comdlg32.rbuild
===================================================================
--- dll/win32/comdlg32/comdlg32.rbuild (revision 28218)
+++ dll/win32/comdlg32/comdlg32.rbuild (working copy)
@@ -8,6 +8,12 @@
0x600
0x501
0x501
+
+
+
wine
shell32
shlwapi
Index: dll/win32/rpcrt4/rpcrt4.rbuild
===================================================================
--- dll/win32/rpcrt4/rpcrt4.rbuild (revision 28218)
+++ dll/win32/rpcrt4/rpcrt4.rbuild (working copy)
@@ -19,6 +19,12 @@
advapi32
iphlpapi
pseh
+
+
+
cproxy.c
cpsf.c
cstub.c
Index: Makefile
===================================================================
--- Makefile (revision 28218)
+++ Makefile (working copy)
@@ -486,6 +486,11 @@
$(ECHO_RBUILD)
$(Q)$(RBUILD_TARGET) $(RBUILD_FLAGS) $(ROS_RBUILDFLAGS) depmap
+.PHONY: vreport
+vreport:$(RBUILD_TARGET)
+ $(ECHO_RBUILD)
+ $(Q)$(RBUILD_TARGET) $(RBUILD_FLAGS) $(ROS_RBUILDFLAGS) vreport
+
.PHONY: msvc
msvc: $(RBUILD_TARGET)
$(ECHO_RBUILD)
Index: tools/rbuild/backend/versionreport/versionreport.cpp
===================================================================
--- tools/rbuild/backend/versionreport/versionreport.cpp (revision 0)
+++ tools/rbuild/backend/versionreport/versionreport.cpp (revision 0)
@@ -0,0 +1,129 @@
+/*
+ * Copyright (C) 2007 Marc Piulachs (marc.piulachs [at] codexchange [dot] net)
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+#ifdef _MSC_VER
+#pragma warning ( disable : 4786 )
+#endif//_MSC_VER
+
+#include
+#include
+#include
+#include
+#include