From 799607d235b3cbf87c66ef2efcf0b7ce9a1e094b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Sch=C3=A4fer?= Date: Fri, 4 May 2001 14:11:54 +0000 Subject: [PATCH] use native resources correctly --- sysui/source/win32/QuickStart/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sysui/source/win32/QuickStart/makefile.mk b/sysui/source/win32/QuickStart/makefile.mk index 29c8df4bc43c..3e94a49b201b 100644 --- a/sysui/source/win32/QuickStart/makefile.mk +++ b/sysui/source/win32/QuickStart/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: ssa $ $Date: 2001-05-04 13:58:56 $ +# last change: $Author: ssa $ $Date: 2001-05-04 15:11:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,7 +95,7 @@ APP1STDLIBS=shell32.lib\ comsupp.lib\ oleaut32.lib -APP1RES=$(RES)$/$(TARGET).res +APP1NOSVRES=$(RES)$/$(TARGET).res # --- Targets ------------------------------------------------------