diff options
author | Stephan Schäfer <ssa@openoffice.org> | 2001-05-04 14:11:54 +0000 |
---|---|---|
committer | Stephan Schäfer <ssa@openoffice.org> | 2001-05-04 14:11:54 +0000 |
commit | 799607d235b3cbf87c66ef2efcf0b7ce9a1e094b (patch) | |
tree | ae1b3919080f8d47d121048668da09e95a830cda | |
parent | 6d73250ab44cffcff87084f6ef84cc871e99b54a (diff) |
use native resources correctly
-rw-r--r-- | sysui/source/win32/QuickStart/makefile.mk | 6 |
1 files 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 ------------------------------------------------------ |