71a7640b6e
It boots any Konami game but it is missing I/O dll emulation which I will work on next.
22 lines
335 B
Lua
22 lines
335 B
Lua
project "OpenParrotKonamiLoader"
|
|
targetname "OpenParrotKonamiLoader"
|
|
language "C++"
|
|
kind "ConsoleApp"
|
|
|
|
characterset "MBCS"
|
|
|
|
files
|
|
{
|
|
"src/**.cpp", "src/**.h",
|
|
"deps_inc/**.cpp", "deps_inc/**.h"
|
|
}
|
|
|
|
includedirs { "src", "deps_inc" }
|
|
libdirs { }
|
|
|
|
links { }
|
|
|
|
postbuildcommands { }
|
|
|
|
filter "platforms:x64"
|
|
targetsuffix "64" |