Added support for building version.rc in Windows build.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402549
This commit is contained in:
Sam Lantinga 2007-07-16 03:28:48 +00:00
parent b22dc76535
commit 2094bfe8bf
4 changed files with 55 additions and 1 deletions

View file

@ -30,6 +30,7 @@ INSTALL = @INSTALL@
NASM = @NASM@ @NASMFLAGS@
AR = @AR@
RANLIB = @RANLIB@
WINDRES = @WINDRES@
TARGET = libSDL.la
SOURCES = @SOURCES@