From cf33a9ca6e030bf70e3e87b51febeb35e7ad5e92 Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Tue, 27 May 2003 21:02:21 +0000 Subject: [PATCH] - Forgot icon.ico for icontest. svn path=/trunk/; revision=4785 --- reactos/install.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/install.bat b/reactos/install.bat index 55eb9678b86..79e9847962b 100644 --- a/reactos/install.bat +++ b/reactos/install.bat @@ -142,6 +142,7 @@ copy apps\tests\hivetest\hivetest.exe %ROS_INSTALL_TESTS% copy apps\tests\restest\restest.exe %ROS_INSTALL_TESTS% copy apps\tests\tokentest\tokentest.exe %ROS_INSTALL_TESTS% copy apps\tests\icontest\icontest.exe %ROS_INSTALL_TESTS% +copy apps\tests\icontest\icont.ico %ROS_INSTALL_TESTS% copy apps\testsets\msvcrt\fileio\fileio.exe %ROS_INSTALL_TESTS% copy apps\testsets\msvcrt\mbtowc\mbtowc.exe %ROS_INSTALL_TESTS% copy apps\testsets\test\test.exe %ROS_INSTALL_TESTS%