1
0
mirror of synced 2025-01-21 01:58:52 +01:00
Reaver 71a7640b6e Added KonamiLoader
It boots any Konami game but it is missing I/O dll emulation which I will work on next.
2018-09-11 16:52:05 +03:00

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"