mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
Reapply the idea of r44368. Remove the "kernel32" library reference in all .rbuild files of user-mode modules, because this one is already added by "mingw_common".
Add SuperFinder XT to rapps. svn path=/trunk/; revision=48004
This commit is contained in:
parent
17458060a5
commit
1aa82b4f2c
8 changed files with 15 additions and 7 deletions
15
reactos/base/applications/rapps/rapps/superfinder.txt
Normal file
15
reactos/base/applications/rapps/rapps/superfinder.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
; UTF-8
|
||||
|
||||
[Section]
|
||||
Name = Super Finder XT
|
||||
Version = 1.6.2.1
|
||||
Licence = Freeware
|
||||
Description = A fast and feature rich search Aapplication.
|
||||
Size = 4.5MB
|
||||
Category = 12
|
||||
URLSite = http://fsl.sytes.net/ssearchxt.html
|
||||
URLDownload = http://fsl.sytes.net/releases/setup_SuperFinderXT.exe
|
||||
CDPath = none
|
||||
|
||||
[Section.0407]
|
||||
Description = Eine schnelle und effektive Suchanwendung.
|
|
@ -3,7 +3,6 @@
|
|||
<module name="liccpa" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_LICCPA}" installbase="system32" installname="liccpa.cpl" unicode="yes">
|
||||
<importlibrary definition="liccpa.def" />
|
||||
<include base="liccpa">.</include>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>user32</library>
|
||||
<library>comctl32</library>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<include base="bdaplgin">.</include>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>ole32</library>
|
||||
<library>advapi32</library>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<include base="ksproxy">.</include>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>ole32</library>
|
||||
<library>setupapi</library>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<include base="msdvbnp">.</include>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>ole32</library>
|
||||
<library>advapi32</library>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
|
||||
<include base="msvidctl">.</include>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>advapi32</library>
|
||||
<library>ole32</library>
|
||||
<library>advapi32</library>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<importlibrary definition="batt.spec" />
|
||||
<include base="batt">.</include>
|
||||
<library>setupapi</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>batt.c</file>
|
||||
<file>batt.rc</file>
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
<library>ole32_irot_client</library>
|
||||
<library>ole32_proxy</library>
|
||||
<library>rpcrt4</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<library>uuid</library>
|
||||
<library>pseh</library>
|
||||
|
|
Loading…
Reference in a new issue