mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
- Trimed space from shlfldr_mydocuments.c in shell32.rbuild don't yet understand how rbuild was happy with it. I haven't modified what seems to be a typo on filename.
- Properly express paths with rbuild syntax (when possible) svn path=/trunk/; revision=31097
This commit is contained in:
parent
c199df2315
commit
ecf35e3b7e
4 changed files with 10 additions and 4 deletions
|
@ -9,7 +9,6 @@
|
|||
<library>ws2_32</library>
|
||||
<library>iphlpapi</library>
|
||||
<library>advapi32</library>
|
||||
<pch>include/rosdhcp.h</pch>
|
||||
<file>adapter.c</file>
|
||||
<file>alloc.c</file>
|
||||
<file>api.c</file>
|
||||
|
@ -25,4 +24,7 @@
|
|||
<file>timer.c</file>
|
||||
<file>util.c</file>
|
||||
<file>dhcp.rc</file>
|
||||
<directory name="include">
|
||||
<pch>rosdhcp.h</pch>
|
||||
</directory>
|
||||
</module>
|
||||
|
|
|
@ -79,5 +79,7 @@
|
|||
<file>version.c</file>
|
||||
<file>cmdline.c</file>
|
||||
<file>machine.c</file>
|
||||
<pch>include/freeldr.h</pch>
|
||||
<directory name="include">
|
||||
<pch>freeldr.h</pch>
|
||||
</directory>
|
||||
</module>
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
<file>shfldr_desktop.c</file>
|
||||
<file>shfldr_fs.c</file>
|
||||
<file>shfldr_mycomp.c</file>
|
||||
<file> shlfldr_mydocuments.c</file>
|
||||
<file>shlfldr_mydocuments.c</file>
|
||||
<file>shfldr_printers.c</file>
|
||||
<file>shlexec.c</file>
|
||||
<file>shlfileop.c</file>
|
||||
|
|
|
@ -136,5 +136,7 @@
|
|||
<file>cmxface.c</file>
|
||||
</directory>
|
||||
<file>acpi.rc</file>
|
||||
<pch>include/acpi.h</pch>
|
||||
<directory name="include">
|
||||
<pch>acpi.h</pch>
|
||||
</directory>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue