1
0
mirror of synced 2025-02-01 12:17:55 +01:00

22 lines
335 B
Lua
Raw Normal View History

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"