mirror of
https://github.com/DarkflameUniverse/lu-utility-mods.git
synced 2026-01-06 08:50:05 -06:00
use build dir
This commit is contained in:
2
Setup.py
2
Setup.py
@@ -1,3 +1,3 @@
|
||||
import subprocess
|
||||
|
||||
subprocess.call(["premake5.exe", "vs2022", "--lu_dir=mods"])
|
||||
subprocess.call(["premake5.exe", "vs2022"])
|
||||
|
||||
10
premake5.lua
10
premake5.lua
@@ -22,14 +22,14 @@ workspace ("Lu_mods")
|
||||
flags { "MultiProcessorCompile" }
|
||||
|
||||
project (CharacterSaverProjectName)
|
||||
targetdir (CharacterSaverProjectName)
|
||||
|
||||
targetdir ("build/"..CharacterSaverProjectName)
|
||||
|
||||
files { "dllmain.cpp" }
|
||||
|
||||
|
||||
-- The standalone version can be run on its own with no other mods. Place in client folder with legouniverse.exe to use.
|
||||
project (CharacterSaverStandaloneProjectName)
|
||||
targetdir (CharacterSaverStandaloneProjectName)
|
||||
|
||||
targetdir ("build/"..CharacterSaverStandaloneProjectName)
|
||||
|
||||
files { "dllmain.cpp", "Source.def" }
|
||||
defines { "STANDALONE_CHARACTER_SAVER=1" }
|
||||
targetname ("dinput8")
|
||||
|
||||
Reference in New Issue
Block a user