mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 17:13:51 +00:00
[ROSAPPS]
There are still RBUILD files in here?? NOT anymore! svn path=/trunk/; revision=67297
This commit is contained in:
parent
63ffb29130
commit
2afda9e6c7
43 changed files with 0 additions and 510 deletions
|
@ -1,5 +0,0 @@
|
|||
<module name="gdb2" type="win32cui" installbase="system32" installname="gdb2.exe" stdlib="host">
|
||||
<include base="gdb2">.</include>
|
||||
<library>user32</library>
|
||||
<file>gdb2.cpp</file>
|
||||
</module>
|
|
@ -1,11 +0,0 @@
|
|||
<module name="gdihv" type="win32gui" installbase="system32" installname="gdihv.exe">
|
||||
<include base="gdihv">.</include>
|
||||
<library>user32</library>
|
||||
<library>comctl32</library>
|
||||
<library>psapi</library>
|
||||
<file>gdihv.c</file>
|
||||
<file>gdihv.rc</file>
|
||||
<file>mainwnd.c</file>
|
||||
<file>handlelist.c</file>
|
||||
<file>proclist.c</file>
|
||||
</module>
|
|
@ -1,4 +0,0 @@
|
|||
<module name="genguid" type="win32cui" installbase="system32" installname="genguid.exe">
|
||||
<library>ole32</library>
|
||||
<library>uuid</library>
|
||||
<file>genguid.c</file>
|
|
@ -1,6 +0,0 @@
|
|||
<module name="symdump" type="win32cui" installbase="system32" installname="symdump.exe">
|
||||
<include base="gdihv">.</include>
|
||||
<library>dbghelp</library>
|
||||
<library>shlwapi</library>
|
||||
<file>symdump.c</file>
|
||||
</module>
|
|
@ -1,5 +0,0 @@
|
|||
<module name="syscalldump" type="win32cui" installname="syscalldump.exe">
|
||||
<include base="syscalldump">.</include>
|
||||
<library>dbghelp</library>
|
||||
<file>syscalldump.c</file>
|
||||
</module>
|
|
@ -1,26 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<module name="frag" type="win32gui" installbase="system32" installname="frag.exe" unicode="yes">
|
||||
<include base="frag">.</include>
|
||||
<library>advapi32</library>
|
||||
<library>ntdll</library>
|
||||
<library>comctl32</library>
|
||||
<library>msvcrt</library>
|
||||
<file>Fraginator.cpp</file>
|
||||
<file>MainDialog.cpp</file>
|
||||
<file>Defragment.cpp</file>
|
||||
<file>DriveVolume.cpp</file>
|
||||
<file>ReportDialog.cpp</file>
|
||||
<file>Unfrag.cpp</file>
|
||||
</module>
|
||||
|
||||
<module name="unfrag" type="win32cui" installbase="system32" installname="unfrag.exe" unicode="yes">
|
||||
<include base="unfrag">.</include>
|
||||
<library>advapi32</library>
|
||||
<library>ntdll</library>
|
||||
<file>Unfrag.cpp</file>
|
||||
<file>Defragment.cpp</file>
|
||||
<file>DriveVolume.cpp</file>
|
||||
</module>
|
||||
</group>
|
|
@ -1,23 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="ncftp">
|
||||
<xi:include href="ncftp/ncftp.rbuild" />
|
||||
</directory>
|
||||
|
||||
<directory name="netreg">
|
||||
<xi:include href="netreg/netreg.rbuild" />
|
||||
</directory>
|
||||
|
||||
<directory name="niclist">
|
||||
<xi:include href="niclist/niclist.rbuild" />
|
||||
</directory>
|
||||
|
||||
<directory name="roshttpd">
|
||||
<xi:include href="roshttpd/roshttpd.rbuild" />
|
||||
</directory>
|
||||
|
||||
<directory name="tditest">
|
||||
<xi:include href="tditest/tditest.rbuild" />
|
||||
</directory>
|
||||
</group>
|
||||
|
|
@ -1,91 +0,0 @@
|
|||
<module name="ncftp" type="win32cui" installbase="system32" installname="ncftp.exe" allowwarnings="true">
|
||||
<include base="ncftp">.</include>
|
||||
<include base="ncftp">sio</include>
|
||||
<include base="ncftp">Strn</include>
|
||||
<include base="ncftp">libncftp</include>
|
||||
<include base="ncftp">ncftp</include>
|
||||
|
||||
<define name="ncftp" />
|
||||
<library>user32</library>
|
||||
<library>advapi32</library>
|
||||
<library>ws2_32</library>
|
||||
|
||||
<directory name="sio">
|
||||
<file>PRead.c</file>
|
||||
<file>PWrite.c</file>
|
||||
<file>SAcceptA.c</file>
|
||||
<file>SAcceptS.c</file>
|
||||
<file>SBind.c</file>
|
||||
<file>SClose.c</file>
|
||||
<file>SConnect.c</file>
|
||||
<file>SConnectByName.c</file>
|
||||
<file>SNew.c</file>
|
||||
<file>SRead.c</file>
|
||||
<file>SReadline.c</file>
|
||||
<file>SRecv.c</file>
|
||||
<file>SRecvfrom.c</file>
|
||||
<file>SRecvmsg.c</file>
|
||||
<file>SSelect.c</file>
|
||||
<file>SSend.c</file>
|
||||
<file>SSendto.c</file>
|
||||
<file>SSendtoByName.c</file>
|
||||
<file>SWrite.c</file>
|
||||
<file>SocketUtil.c</file>
|
||||
<file>StrAddr.c</file>
|
||||
<file>UAcceptA.c</file>
|
||||
<file>UAcceptS.c</file>
|
||||
<file>UBind.c</file>
|
||||
<file>UConnect.c</file>
|
||||
<file>UConnectByName.c</file>
|
||||
<file>UNew.c</file>
|
||||
<file>URecvfrom.c</file>
|
||||
<file>USendto.c</file>
|
||||
<file>USendtoByName.c</file>
|
||||
<file>SError.c</file>
|
||||
<file>SWait.c</file>
|
||||
<file>main.c</file>
|
||||
</directory>
|
||||
|
||||
<directory name="Strn">
|
||||
<file>Dynscat.c</file>
|
||||
<file>Strncpy.c</file>
|
||||
<file>Strncat.c</file>
|
||||
<file>Strntok.c</file>
|
||||
<file>Strnpcpy.c</file>
|
||||
<file>Strnpcat.c</file>
|
||||
<file>strtokc.c</file>
|
||||
<file>version.c</file>
|
||||
</directory>
|
||||
|
||||
<directory name="libncftp">
|
||||
<file>open.c</file>
|
||||
<file>cmds.c</file>
|
||||
<file>util.c</file>
|
||||
<file>rcmd.c</file>
|
||||
<file>ftp.c</file>
|
||||
<file>io.c</file>
|
||||
<file>errno.c</file>
|
||||
<file>linelist.c</file>
|
||||
<file>glob.c</file>
|
||||
</directory>
|
||||
|
||||
<directory name="ncftp">
|
||||
<file>cmds.c</file>
|
||||
<file>cmdlist.c</file>
|
||||
<file>getopt.c</file>
|
||||
<file>ls.c</file>
|
||||
<file>main.c</file>
|
||||
<file>version.c</file>
|
||||
<file>shell.c</file>
|
||||
<file>util.c</file>
|
||||
<file>readln.c</file>
|
||||
<file>progress.c</file>
|
||||
<file>bookmark.c</file>
|
||||
<file>pref.c</file>
|
||||
<file>preffw.c</file>
|
||||
<file>trace.c</file>
|
||||
<file>spool.c</file>
|
||||
<file>log.c</file>
|
||||
<file>getline.c</file>
|
||||
</directory>
|
||||
</module>
|
|
@ -1,9 +0,0 @@
|
|||
<module name="netreg" type="win32cui" installbase="system32" installname="netreg.exe" stdlib="host">
|
||||
<include base="netreg">.</include>
|
||||
<library>user32</library>
|
||||
<library>ws2_32</library>
|
||||
<library>advapi32</library>
|
||||
<compilerflag compiler="cxx" compilerset="gcc">-Wno-non-virtual-dtor</compilerflag>
|
||||
<file>netreg.cpp</file>
|
||||
<file>netreg.rc</file>
|
||||
</module>
|
|
@ -1,7 +0,0 @@
|
|||
<module name="niclist" type="win32cui" installbase="system32" installname="niclist.exe">
|
||||
<include base="niclist">.</include>
|
||||
<library>user32</library>
|
||||
|
||||
<file>niclist.c</file>
|
||||
<file>niclist.rc</file>
|
||||
</module>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
|
||||
<module name="roshttpd" type="win32cui" installbase="system32" installname="roshttpd.exe" stdlib="host">
|
||||
<include base="roshttpd">include</include>
|
||||
<define name="__USE_W32_SOCKETS" />
|
||||
<library>ws2_32</library>
|
||||
<library>user32</library>
|
||||
<compilerflag compiler="cxx" compilerset="gcc">-Wno-non-virtual-dtor</compilerflag>
|
||||
<file>config.cpp</file>
|
||||
<file>error.cpp</file>
|
||||
<file>http.cpp</file>
|
||||
<file>httpd.cpp</file>
|
||||
<file>roshttpd.cpp</file>
|
||||
<directory name="common" >
|
||||
<file>list.cpp</file>
|
||||
<file>roshttpd.rc</file>
|
||||
<file>socket.cpp</file>
|
||||
<file>thread.cpp</file>
|
||||
</directory>
|
||||
</module>
|
|
@ -1,9 +0,0 @@
|
|||
<module name="tditest" type="kernelmodedriver" installbase="system32/drivers" installname="tditest.sys">
|
||||
<include base="tditest">include</include>
|
||||
<library>ntoskrnl</library>
|
||||
<library>pseh</library>
|
||||
|
||||
<directory name="tditest">
|
||||
<file>tditest.c</file>
|
||||
</directory>
|
||||
</module>
|
|
@ -1,10 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../../tools/rbuild/project.dtd">
|
||||
<module name="blankscr" type="win32scr" installbase="system32" installname="scrnsave.scr" unicode="yes">
|
||||
<library>scrnsave</library>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
|
||||
<file>scrnsave.c</file>
|
||||
<file>scrnsave.rc</file>
|
||||
</module>
|
|
@ -1,11 +0,0 @@
|
|||
<module name="chkdsk" type="win32cui" installbase="system32" installname="chkdsk.exe" allowwarnings="true" unicode="yes">
|
||||
<include base="reactos">include/reactos/libs/fmifs</include>
|
||||
<include base="chkdsk">..</include>
|
||||
|
||||
<library>fmifs</library>
|
||||
<library>win32err</library>
|
||||
<library>ntdll</library>
|
||||
|
||||
<file>chkdsk.c</file>
|
||||
<file>chkdsk.rc</file>
|
||||
</module>
|
|
@ -1,8 +0,0 @@
|
|||
<module name="chklib" type="win32cui" installbase="system32" installname="chklib.exe" allowwarnings="true">
|
||||
<include base="chklib">..</include>
|
||||
|
||||
<library>win32err</library>
|
||||
|
||||
<file>chklib.c</file>
|
||||
<file>chklib.rc</file>
|
||||
</module>
|
|
@ -1,7 +0,0 @@
|
|||
<module name="gettype" type="win32cui" installbase="system32" installname="gettype.exe" unicode="yes">
|
||||
<include base="gettype">.</include>
|
||||
<library>shell32</library>
|
||||
<library>mpr</library>
|
||||
<library>netapi32</library>
|
||||
<file>gettype.c</file>
|
||||
</module>
|
|
@ -1,7 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<module name="logevent" type="win32cui" installbase="system32" installname="logevent.exe" allowwarnings="true">
|
||||
<library>advapi32</library>
|
||||
<file>logevent.c</file>
|
||||
<file>logevent.rc</file>
|
||||
</module>
|
|
@ -1,7 +0,0 @@
|
|||
<module name="lsdd" type="win32cui" installbase="system32" installname="lsdd.exe">
|
||||
<library>win32err</library>
|
||||
<library>user32</library>
|
||||
|
||||
<file>lsdd.c</file>
|
||||
<file>lsdd.rc</file>
|
||||
</module>
|
|
@ -1,6 +0,0 @@
|
|||
<module name="man" type="win32cui" installbase="system32" installname="man.exe">
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
|
||||
<file>man.c</file>
|
||||
</module>
|
|
@ -1,5 +0,0 @@
|
|||
<module name="pedump" type="win32cui" installbase="system32" installname="pedump.exe">
|
||||
<library>ntdll</library>
|
||||
<file>pedump.c</file>
|
||||
<file>pedump.rc</file>
|
||||
</module>
|
|
@ -1,33 +0,0 @@
|
|||
<module name="regexpl" type="win32cui" installbase="system32" installname="regexpl.exe" stdlib="host">
|
||||
<include base="regexpl">.</include>
|
||||
<library>user32</library>
|
||||
<library>advapi32</library>
|
||||
|
||||
<file>ArgumentParser.cpp</file>
|
||||
<file>Console.cpp</file>
|
||||
<file>RegistryExplorer.cpp</file>
|
||||
<file>RegistryKey.cpp</file>
|
||||
<file>RegistryTree.cpp</file>
|
||||
<file>SecurityDescriptor.cpp</file>
|
||||
<file>ShellCommand.cpp</file>
|
||||
<file>ShellCommandChangeKey.cpp</file>
|
||||
<file>ShellCommandConnect.cpp</file>
|
||||
<file>ShellCommandDACL.cpp</file>
|
||||
<file>ShellCommandDeleteKey.cpp</file>
|
||||
<file>ShellCommandDeleteValue.cpp</file>
|
||||
<file>ShellCommandDir.cpp</file>
|
||||
<file>ShellCommandExit.cpp</file>
|
||||
<file>ShellCommandHelp.cpp</file>
|
||||
<file>ShellCommandNewKey.cpp</file>
|
||||
<file>ShellCommandOwner.cpp</file>
|
||||
<file>ShellCommandSACL.cpp</file>
|
||||
<file>ShellCommandSetValue.cpp</file>
|
||||
<file>ShellCommandValue.cpp</file>
|
||||
<file>ShellCommandVersion.cpp</file>
|
||||
<file>ShellCommandsLinkedList.cpp</file>
|
||||
<file>TextHistory.cpp</file>
|
||||
<file>Completion.cpp</file>
|
||||
<file>Pattern.cpp</file>
|
||||
<file>Settings.cpp</file>
|
||||
<file>Prompt.cpp</file>
|
||||
</module>
|
|
@ -1,10 +0,0 @@
|
|||
<module name="rosddt" type="win32cui" installbase="system32" installname="rosddt.exe" unicode="yes" allowwarnings="true">
|
||||
|
||||
<library>setupapi</library>
|
||||
<library>wininet</library>
|
||||
<library>user32</library>
|
||||
|
||||
<file>http.c</file>
|
||||
<file>rosddt.c</file>
|
||||
<file>rosddt.rc</file>
|
||||
</module>
|
|
@ -1,8 +0,0 @@
|
|||
<module name="screenshot" type="win32gui" installbase="system32" installname="screenshot.exe" unicode="yes">
|
||||
<include base="screenshot">.</include>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
<library>comdlg32</library>
|
||||
<file>screenshot.c</file>
|
||||
<file>screenshot.rc</file>
|
||||
</module>
|
|
@ -1,12 +0,0 @@
|
|||
<module name="systeminfo" type="win32cui" installbase="system32" installname="systeminfo.exe">
|
||||
<library>user32</library>
|
||||
<library>ntdll</library>
|
||||
<library>advapi32</library>
|
||||
<library>netapi32</library>
|
||||
<library>shlwapi</library>
|
||||
<library>iphlpapi</library>
|
||||
<library>ws2_32</library>
|
||||
<file>systeminfo.c</file>
|
||||
<file>systeminfo.rc</file>
|
||||
<file>rsrc.rc</file>
|
||||
</module>
|
|
@ -1,6 +0,0 @@
|
|||
<module name="tcat" type="win32cui" installbase="system32" installname="tcat.exe">
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
|
||||
<file>cat.c</file>
|
||||
</module>
|
|
@ -1,3 +0,0 @@
|
|||
<module name="binpatch" type="win32cui" installbase="bin" installname="binpatch.exe" >
|
||||
<library>ntdll</library>
|
||||
<file>patch.c</file>
|
|
@ -1,8 +0,0 @@
|
|||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="load">
|
||||
<xi:include href="load/load.rbuild" />
|
||||
</directory>
|
||||
<directory name="unload">
|
||||
<xi:include href="unload/unload.rbuild" />
|
||||
</directory>
|
||||
</group>
|
|
@ -1,4 +0,0 @@
|
|||
<module name="load" type="win32cui" installbase="bin" installname="load.exe" unicode="true" >
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
<file>load.c</file>
|
|
@ -1,4 +0,0 @@
|
|||
<module name="unload" type="win32cui" installbase="bin" installname="unload.exe" unicode="true">
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
<file>unload.c</file>
|
|
@ -1,6 +0,0 @@
|
|||
<module name="infinst" type="win32cui" installbase="bin" installname="infinst.exe" >
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
<library>setupapi</library>
|
||||
<library>comdlg32</library>
|
||||
<file>infinst.c</file>
|
|
@ -1,4 +0,0 @@
|
|||
<module name="nts2w32err" type="win32cui" installbase="bin" installname="nts2w32err.exe" >
|
||||
<library>ntdll</library>
|
||||
<file>nts2w32err.c</file>
|
||||
</module>
|
|
@ -1,4 +0,0 @@
|
|||
<module name="objdir" type="win32cui" installbase="bin" installname="objdir.exe">
|
||||
<library>ntdll</library>
|
||||
<file>objdir.c</file>
|
||||
</module>
|
|
@ -1,4 +0,0 @@
|
|||
<module name="partinfo" type="win32cui" installbase="bin" installname="partinfo.exe" allowwarnings="true">
|
||||
<library>ntdll</library>
|
||||
<file>partinfo.c</file>
|
||||
</module>
|
|
@ -1,20 +0,0 @@
|
|||
<module name="rosperf" type="win32cui" installbase="system32" installname="rosperf.exe">
|
||||
<include base="rosperf">.</include>
|
||||
<define name="UNICODE" />
|
||||
<library>version</library>
|
||||
<library>msimg32</library>
|
||||
<library>gdi32</library>
|
||||
<library>shell32</library>
|
||||
<library>advapi32</library>
|
||||
<library>user32</library>
|
||||
<library>ntdll</library>
|
||||
<file>rosperf.c</file>
|
||||
<file>lines.c</file>
|
||||
<file>fill.c</file>
|
||||
<file>scroll.c</file>
|
||||
<file>text.c</file>
|
||||
<file>alphablend.c</file>
|
||||
<file>testlist.c</file>
|
||||
<file>gradient.c</file>
|
||||
<file>rosperf.rc</file>
|
||||
</module>
|
|
@ -1,4 +0,0 @@
|
|||
<module name="stats" type="win32cui" installbase="bin" installname="stats.exe" unicode="true" >
|
||||
<library>ntdll</library>
|
||||
<file>stats.c</file>
|
||||
</module>
|
|
@ -1,24 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity
|
||||
version="1.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
name="ReactOS.Theme.Dump"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Dumps properties of Windows/ReactOS Visual Styles.</description>
|
||||
<dependency>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Microsoft.Windows.Common-Controls"
|
||||
version="6.0.0.0"
|
||||
processorArchitecture="X86"
|
||||
publicKeyToken="6595b64144ccf1df"
|
||||
language="*"
|
||||
/>
|
||||
</dependentAssembly>
|
||||
</dependency>
|
||||
</assembly>
|
||||
|
||||
<!-- EOF -->
|
|
@ -1,4 +0,0 @@
|
|||
<module name="tickcount" type="win32cui" installbase="bin" installname="tickcount.exe" unicode="true" >
|
||||
<library>ntdll</library>
|
||||
<file>tickcount.c</file>
|
||||
</module>
|
|
@ -1,20 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<rbuild xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<module name="winfile" type="win32gui" installbase="system32" installname="winfile.exe" allowwarnings="true">
|
||||
<include base="winfile">.</include>
|
||||
<define name="UNICODE" />
|
||||
<library>shell32</library>
|
||||
<library>comdlg32</library>
|
||||
<library>comctl32</library>
|
||||
<library>ole32</library>
|
||||
<library>mpr</library>
|
||||
<library>version</library>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
<library>advapi32</library>
|
||||
<library>uuid</library>
|
||||
<file>splitpath.c</file>
|
||||
<file>winefile.c</file>
|
||||
<file>rsrc.rc</file>
|
||||
</module>
|
||||
</rbuild>
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<group xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
<directory name="win32err">
|
||||
<xi:include href="win32err/win32err.rbuild" />
|
||||
</directory>
|
||||
</group>
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
<module name="win32err" type="objectlibrary">
|
||||
<file>win32err.c</file>
|
||||
</module>
|
|
@ -1,13 +0,0 @@
|
|||
<module name="template_dialog" type="win32cui" installname="dialog.exe" allowwarnings="true">
|
||||
<include base="template_dialog">.</include>
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
<library>comctl32</library>
|
||||
<file>dialog.c</file>
|
||||
<file>memdlg.c</file>
|
||||
<file>page1.c</file>
|
||||
<file>page2.c</file>
|
||||
<file>page3.c</file>
|
||||
<file>trace.c</file>
|
||||
</module>
|
|
@ -1,10 +0,0 @@
|
|||
<module name="template_mdi" type="win32cui" installname="mdi.exe" allowwarnings="true">
|
||||
<include base="template_mdi">.</include>
|
||||
<library>ntdll</library>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
<file>about.c</file>
|
||||
<file>framewnd.c</file>
|
||||
<file>childwnd.c</file>
|
||||
<file>main.c</file>
|
||||
</module>
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="old_wordpad" type="win32gui" installbase="system32" installname="old_wordpad.exe" unicode="yes">
|
||||
<include base="old_wordpad">.</include>
|
||||
<library>user32</library>
|
||||
<library>gdi32</library>
|
||||
<library>comdlg32</library>
|
||||
<library>advapi32</library>
|
||||
<library>shell32</library>
|
||||
<library>comctl32</library>
|
||||
<compilationunit name="unit.c">
|
||||
<file>dialogs.c</file>
|
||||
<file>editwnd.c</file>
|
||||
<file>mainwnd.c</file>
|
||||
<file>misc.c</file>
|
||||
<file>opensave.c</file>
|
||||
<file>wordpad.c</file>
|
||||
</compilationunit>
|
||||
<file>wordpad.rc</file>
|
||||
<pch>precomp.h</pch>
|
||||
</module>
|
Loading…
Add table
Add a link
Reference in a new issue