Some updates for Win32 compilation. There are still some warnings being

generated by VC++ that I have to look into.


git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1127 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2006-09-08 00:44:19 +00:00
parent 9ec836ea33
commit 8a740e1605
2 changed files with 8 additions and 2 deletions

View File

@ -13,7 +13,7 @@
## See the file "license" for information on usage and redistribution of
## this file, and for a DISCLAIMER OF ALL WARRANTIES.
##
## $Id: Makefile,v 1.26 2006-06-11 21:49:04 stephena Exp $
## $Id: Makefile,v 1.27 2006-09-08 00:44:19 stephena Exp $
##
## Based on code from ScummVM - Scumm Interpreter
## Copyright (C) 2002-2004 The ScummVM project
@ -197,7 +197,7 @@ win32dist: stella$(EXEEXT)
cp Announce.txt Changes.txt Copyright.txt License.txt README-SDL.txt Readme.txt Todo.txt $(DISTNAME)/docs
cp -r docs/*.html $(DISTNAME)/docs
cp -r docs/graphics/*.png $(DISTNAME)/docs/graphics
cp /usr/bin/SDL.dll /mingw/bin/libpng12.dll /mingw/bin/zlib1.dll $(DISTNAME)
cp /mingw/bin/SDL.dll /mingw/bin/libpng-3.dll $(DISTNAME)
# u2d $(DISTNAME)/*.txt
# zip $(DISTNAME)-win32.zip $(DISTNAME)

View File

@ -172,6 +172,9 @@ libpng.lib
<File
RelativePath="..\emucore\Cart3F.cxx">
</File>
<File
RelativePath="..\emucore\Cart4A50.cxx">
</File>
<File
RelativePath="..\emucore\Cart4K.cxx">
</File>
@ -651,6 +654,9 @@ libpng.lib
<File
RelativePath="..\emucore\Cart3F.hxx">
</File>
<File
RelativePath="..\emucore\Cart4A50.hxx">
</File>
<File
RelativePath="..\emucore\Cart4K.hxx">
</File>