mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
install ibrowser.exe in system32 dir
svn path=/trunk/; revision=13829
This commit is contained in:
parent
8027ba84c5
commit
a0acd5386b
2 changed files with 2 additions and 1 deletions
|
@ -146,6 +146,7 @@ subsys\system\cmd\cmd.exe 1
|
||||||
subsys\system\explorer\explorer.exe 4
|
subsys\system\explorer\explorer.exe 4
|
||||||
subsys\system\explorer\explorer-cfg-template.xml 4
|
subsys\system\explorer\explorer-cfg-template.xml 4
|
||||||
subsys\system\explorer\notifyhook\notifyhook.dll 1
|
subsys\system\explorer\notifyhook\notifyhook.dll 1
|
||||||
|
subsys\system\ibrowser\ibrowser.exe 1
|
||||||
subsys\system\format\format.exe 1
|
subsys\system\format\format.exe 1
|
||||||
subsys\system\notepad\notepad.exe 1
|
subsys\system\notepad\notepad.exe 1
|
||||||
subsys\system\regedit\regedit.exe 4
|
subsys\system\regedit\regedit.exe 4
|
||||||
|
|
|
@ -12,7 +12,7 @@ TARGET_APPTYPE := windows
|
||||||
|
|
||||||
TARGET_NAME := ibrowser
|
TARGET_NAME := ibrowser
|
||||||
|
|
||||||
TARGET_INSTALLDIR := .
|
TARGET_INSTALLDIR := system32
|
||||||
|
|
||||||
TARGET_CFLAGS := \
|
TARGET_CFLAGS := \
|
||||||
-D__USE_W32API -DWIN32 -D_ROS_ \
|
-D__USE_W32API -DWIN32 -D_ROS_ \
|
||||||
|
|
Loading…
Reference in a new issue