use native resources correctly

This commit is contained in:
Stephan Schäfer 2001-05-04 14:11:54 +00:00
parent 6d73250ab4
commit 799607d235

View file

@ -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 ------------------------------------------------------