mirror of https://github.com/stella-emu/stella.git
Updated Win32 build process, and cleaned up the Visual Studio project.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1260 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
01b55e5f6c
commit
0615645757
|
@ -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: SettingsWin32.cxx,v 1.24 2006-12-20 12:42:56 stephena Exp $
|
// $Id: SettingsWin32.cxx,v 1.25 2007-01-01 01:55:26 stephena Exp $
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
#include "bspf.hxx"
|
#include "bspf.hxx"
|
||||||
|
@ -28,6 +28,7 @@ SettingsWin32::SettingsWin32(OSystem* osystem)
|
||||||
setInternal("fragsize", "2048");
|
setInternal("fragsize", "2048");
|
||||||
// Most Windows systems work better without this
|
// Most Windows systems work better without this
|
||||||
setInternal("dirtyrects", "false");
|
setInternal("dirtyrects", "false");
|
||||||
|
setInternal("romdir", "c:\\");
|
||||||
}
|
}
|
||||||
|
|
||||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -36,8 +36,8 @@ IDI_ICON ICON "stella.ico"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 2,3,0,0
|
FILEVERSION 2,3,1,0
|
||||||
PRODUCTVERSION 2,3,0,0
|
PRODUCTVERSION 2,3,1,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -55,12 +55,12 @@ BEGIN
|
||||||
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPL."
|
VALUE "Comments", "The multi-platform Atari 2600 emulator. Stella is released under the GPL."
|
||||||
VALUE "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)"
|
VALUE "CompanyName", "Bradford W. Mott and the Stella team (http://stella.sourceforge.net)"
|
||||||
VALUE "FileDescription", "Stella"
|
VALUE "FileDescription", "Stella"
|
||||||
VALUE "FileVersion", "2.3"
|
VALUE "FileVersion", "2.3.1"
|
||||||
VALUE "InternalName", "Stella"
|
VALUE "InternalName", "Stella"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 1995-2006 B. Mott & the Stella team"
|
VALUE "LegalCopyright", "Copyright (C) 1995-2007 B. Mott & the Stella team"
|
||||||
VALUE "OriginalFilename", "Stella.exe"
|
VALUE "OriginalFilename", "Stella.exe"
|
||||||
VALUE "ProductName", "Stella"
|
VALUE "ProductName", "Stella"
|
||||||
VALUE "ProductVersion", "2.3"
|
VALUE "ProductVersion", "2.3.1"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
Loading…
Reference in New Issue