mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
- Remove useless USE_W32API define from .rbuilds
- Fix compilation of a number of modules. - Delete outdated fmifs.h, the one from ReactOS includes should be used instead. - Move more libs to /lib directory. svn path=/trunk/; revision=34627
This commit is contained in:
parent
32bd72afd4
commit
1b7106dee1
76 changed files with 47 additions and 478 deletions
|
@ -1,5 +1,4 @@
|
|||
<module name="binpatch" type="win32cui" installbase="bin" installname="binpatch.exe" >
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>patch.c</file>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<module name="cat" type="win32cui" installbase="bin" installname="cat.exe" >
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>cat.c</file>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<module name="load" type="win32cui" installbase="bin" installname="load.exe" unicode="true" >
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<module name="unload" type="win32cui" installbase="bin" installname="unload.exe" unicode="true">
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<module name="infinst" type="win32cui" installbase="bin" installname="infinst.exe" >
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<module name="nts2w32err" type="win32cui" installbase="bin" installname="nts2w32err.exe" >
|
||||
<define name="__USE_W32API" />
|
||||
<library>msvcrt</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
<module name="objdir" type="win32cui" installbase="bin" installname="objdir.exe">
|
||||
<define name="__USE_W32API" />
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
<library>msvcrt</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<module name="partinfo" type="win32cui" installbase="bin" installname="partinfo.exe" allowwarnings="true">
|
||||
<define name="__USE_W32API" />
|
||||
<library>msvcrt</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<module name="ps" type="win32cui" installbase="bin" installname="ps.exe">
|
||||
<include base="ps">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<library>user32</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
<module name="rosperf" type="win32cui" installbase="system32" installname="rosperf.exe">
|
||||
<include base="rosperf">.</include>
|
||||
<define name="__USE_W32API" />
|
||||
<define name="UNICODE" />
|
||||
<define name="WINVER">0x0501</define>
|
||||
<library>version</library>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<module name="stats" type="win32cui" installbase="bin" installname="stats.exe" unicode="true" >
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>stats.c</file>
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<module name="tickcount" type="win32cui" installbase="bin" installname="tickcount.exe" unicode="true" >
|
||||
<define name="__USE_W32API" />
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<file>tickcount.c</file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue