mirror of
https://github.com/diamante0018/master-tool.git
synced 2025-07-05 10:41:48 +00:00
fix: change targetname
This commit is contained in:
@ -30,8 +30,8 @@ end
|
||||
|
||||
dependencies.load()
|
||||
|
||||
workspace "xlabs-master-tool"
|
||||
startproject "xlabs-master-tool"
|
||||
workspace "alterware-master-tool"
|
||||
startproject "alterware-master-tool"
|
||||
location "./build"
|
||||
objdir "%{wks.location}/obj"
|
||||
targetdir "%{wks.location}/bin/%{cfg.platform}/%{cfg.buildcfg}"
|
||||
@ -96,10 +96,12 @@ filter "configurations:Debug"
|
||||
defines {"DEBUG", "_DEBUG"}
|
||||
filter {}
|
||||
|
||||
project "xlabs-master-tool"
|
||||
project "alterware-master-tool"
|
||||
kind "ConsoleApp"
|
||||
language "C++"
|
||||
|
||||
targetname "alterware-master-tool"
|
||||
|
||||
pchheader "std_include.hpp"
|
||||
pchsource "src/std_include.cpp"
|
||||
|
||||
|
Reference in New Issue
Block a user