From a0acd5386b696e8a8f2ae854df99ffb39611533d Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sat, 5 Mar 2005 17:27:21 +0000 Subject: [PATCH] install ibrowser.exe in system32 dir svn path=/trunk/; revision=13829 --- reactos/bootdata/packages/reactos.dff | 1 + reactos/subsys/system/ibrowser/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/reactos/bootdata/packages/reactos.dff b/reactos/bootdata/packages/reactos.dff index 3bc14dbc6fa..2a3248c017e 100755 --- a/reactos/bootdata/packages/reactos.dff +++ b/reactos/bootdata/packages/reactos.dff @@ -146,6 +146,7 @@ subsys\system\cmd\cmd.exe 1 subsys\system\explorer\explorer.exe 4 subsys\system\explorer\explorer-cfg-template.xml 4 subsys\system\explorer\notifyhook\notifyhook.dll 1 +subsys\system\ibrowser\ibrowser.exe 1 subsys\system\format\format.exe 1 subsys\system\notepad\notepad.exe 1 subsys\system\regedit\regedit.exe 4 diff --git a/reactos/subsys/system/ibrowser/Makefile b/reactos/subsys/system/ibrowser/Makefile index fccef8fc2eb..1abc8a1356a 100644 --- a/reactos/subsys/system/ibrowser/Makefile +++ b/reactos/subsys/system/ibrowser/Makefile @@ -12,7 +12,7 @@ TARGET_APPTYPE := windows TARGET_NAME := ibrowser -TARGET_INSTALLDIR := . +TARGET_INSTALLDIR := system32 TARGET_CFLAGS := \ -D__USE_W32API -DWIN32 -D_ROS_ \ -- 2.17.1