add rospref to defualt build
and remove a makefile that is not need it
patch By WaxDragon
Deleted: trunk/reactos/apps/utils/Makefile
Modified: trunk/reactos/apps/utils/directory.xml
Added: trunk/reactos/apps/utils/rosperf/rosperf.xml
_____
Deleted: trunk/reactos/apps/utils/Makefile
--- trunk/reactos/apps/utils/Makefile 2005-05-29 21:40:17 UTC (rev
15676)
+++ trunk/reactos/apps/utils/Makefile 2005-05-29 22:33:25 UTC (rev
15677)
@@ -1,71 +0,0 @@
-#
-# ReactOS system utilities makefile
-#
-
-PATH_TO_TOP = ../..
-
-include $(PATH_TO_TOP)/rules.mak
-
-
-# Console system utilities
-# cabman cat net objdir partinfo pice ps sc stats
-UTIL_APPS = cat objdir pnpdump sc shutdown stats tickcount ps
-
-UTIL_NET_APPS = arp finger ftp ipconfig netstat ping route telnet whois
-
-
-all: $(UTIL_APPS) $(UTIL_NET_APPS)
-
-depends:
-
-implib: $(UTIL_APPS:%=%_implib) \
- $(UTIL_NET_APPS:%=%_implib)
-
-clean: $(UTIL_APPS:%=%_clean) \
- $(UTIL_NET_APPS:%=%_clean)
-
-install: $(UTIL_APPS:%=%_install) \
- $(UTIL_NET_APPS:%=%_install)
-
-.PHONY: all depends implib clean install
-
-
-#
-# Utility Applications
-#
-$(UTIL_APPS): %:
- $(MAKE) -C $*
-
-$(UTIL_APPS:%=%_implib): %_implib:
- $(MAKE) -C $* implib
-
-$(UTIL_APPS:%=%_clean): %_clean:
- $(MAKE) -C $* clean
-
-$(UTIL_APPS:%=%_install): %_install:
- $(MAKE) -C $* install
-
-.PHONY: $(UTIL_APPS) $(UTIL_APPS:%=%_implib) $(UTIL_APPS:%=%_clean)
$(UTIL_APPS:%=%_install)
-
-#
-# GUI Utility Applications
-#
-$(UTIL_NET_APPS): %:
- $(MAKE) -C net/$*
-
-$(UTIL_NET_APPS:%=%_implib): %_implib:
- $(MAKE) -C net/$* implib
-
-$(UTIL_NET_APPS:%=%_clean): %_clean:
- $(MAKE) -C net/$* clean
-
-$(UTIL_NET_APPS:%=%_install): %_install:
- $(MAKE) -C net/$* install
-
-.PHONY: $(UTIL_NET_APPS) $(UTIL_NET_APPS:%=%_implib)
$(UTIL_NET_APPS:%=%_clean) $(UTIL_NET_APPS:%=%_install)
-
-
-etags:
- find . -name "*.[ch]" -print | etags --language=c -
-
-# EOF
_____
Modified: trunk/reactos/apps/utils/directory.xml
--- trunk/reactos/apps/utils/directory.xml 2005-05-29 21:40:17 UTC
(rev 15676)
+++ trunk/reactos/apps/utils/directory.xml 2005-05-29 22:33:25 UTC
(rev 15677)
@@ -1,3 +1,7 @@
<directory name="net">
<xi:include href="net/directory.xml" />
</directory>
+<directory name="rosperf">
+ <xi:include href="rosperf/rosperf.xml" />
+</directory>
+
_____
Added: trunk/reactos/apps/utils/rosperf/rosperf.xml
--- trunk/reactos/apps/utils/rosperf/rosperf.xml 2005-05-29
21:40:17 UTC (rev 15676)
+++ trunk/reactos/apps/utils/rosperf/rosperf.xml 2005-05-29
22:33:25 UTC (rev 15677)
@@ -0,0 +1,14 @@
+<module name="rosperf" type="win32cui"
installbase="system32"
installname="rosperf.exe">
+ <include base="rosperf">.</include>
+ <define name="__USE_W32API" />
+ <library>version</library>
+ <library>gdi32</library>
+ <library>user32</library>
+ <library>kernel32</library>
+ <library>ntdll</library>
+ <file>rosperf.c</file>
+ <file>lines.c</file>
+ <file>fill.c</file>
+ <file>testlist.c</file>
+ <file>rosperf.rc</file>
+</module>
\ No newline at end of file