mirror of https://github.com/stella-emu/stella.git
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:
parent
9ec836ea33
commit
8a740e1605
|
@ -13,7 +13,7 @@
|
||||||
## See the file "license" for information on usage and redistribution of
|
## See the file "license" for information on usage and redistribution of
|
||||||
## this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
## 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
|
## Based on code from ScummVM - Scumm Interpreter
|
||||||
## Copyright (C) 2002-2004 The ScummVM project
|
## 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 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/*.html $(DISTNAME)/docs
|
||||||
cp -r docs/graphics/*.png $(DISTNAME)/docs/graphics
|
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
|
# u2d $(DISTNAME)/*.txt
|
||||||
# zip $(DISTNAME)-win32.zip $(DISTNAME)
|
# zip $(DISTNAME)-win32.zip $(DISTNAME)
|
||||||
|
|
||||||
|
|
|
@ -172,6 +172,9 @@ libpng.lib
|
||||||
<File
|
<File
|
||||||
RelativePath="..\emucore\Cart3F.cxx">
|
RelativePath="..\emucore\Cart3F.cxx">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\emucore\Cart4A50.cxx">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\emucore\Cart4K.cxx">
|
RelativePath="..\emucore\Cart4K.cxx">
|
||||||
</File>
|
</File>
|
||||||
|
@ -651,6 +654,9 @@ libpng.lib
|
||||||
<File
|
<File
|
||||||
RelativePath="..\emucore\Cart3F.hxx">
|
RelativePath="..\emucore\Cart3F.hxx">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\emucore\Cart4A50.hxx">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\emucore\Cart4K.hxx">
|
RelativePath="..\emucore\Cart4K.hxx">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Reference in New Issue