diff --git a/reactos/apps/utils/theme/dump/.cvsignore b/reactos/apps/utils/theme/dump/.cvsignore index f98261c9ae3..f13eb0a524d 100644 --- a/reactos/apps/utils/theme/dump/.cvsignore +++ b/reactos/apps/utils/theme/dump/.cvsignore @@ -2,3 +2,5 @@ *.obj *.tds *.exe +*.i +*.res diff --git a/reactos/apps/utils/theme/dump/Makefile b/reactos/apps/utils/theme/dump/Makefile index 8a9e12303ab..c1edb7924f9 100644 --- a/reactos/apps/utils/theme/dump/Makefile +++ b/reactos/apps/utils/theme/dump/Makefile @@ -1,9 +1,7 @@ -# $Id: Makefile,v 1.1 2003/10/27 03:03:22 hyperion Exp $ +# $Id: Makefile,v 1.2 2003/10/27 23:20:57 hyperion Exp $ PATH_TO_TOP = ../../../.. -TARGET_NORC = yes - TARGET_TYPE = program TARGET_APPTYPE = console diff --git a/reactos/apps/utils/theme/dump/manifest.xml b/reactos/apps/utils/theme/dump/manifest.xml new file mode 100644 index 00000000000..c2f394722af --- /dev/null +++ b/reactos/apps/utils/theme/dump/manifest.xml @@ -0,0 +1,24 @@ + + + + Dumps properties of Windows/ReactOS Visual Styles. + + + + + + + + diff --git a/reactos/apps/utils/theme/dump/themedump.rc b/reactos/apps/utils/theme/dump/themedump.rc new file mode 100644 index 00000000000..8877498af39 --- /dev/null +++ b/reactos/apps/utils/theme/dump/themedump.rc @@ -0,0 +1,6 @@ +#define WIN32_LEAN_AND_MEAN +#include + +CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "manifest.xml" + +// EOF