kopia lustrzana https://github.com/jameshball/osci-render
ensure luajit is used by copying lua51.lib to luajit51.lib
rodzic
cefb11cf24
commit
69f4a3cc12
|
@ -10,7 +10,8 @@ if /I "%VSTEL_MSBuildProjectFullPath:~-18%" neq "SharedCode.vcxproj" (
|
|||
)
|
||||
|
||||
cd ..\..\..\modules\LuaJIT\src
|
||||
.\msvcbuild.bat static
|
||||
call .\msvcbuild.bat static
|
||||
copy /b lua51.lib luajit51.lib
|
||||
goto finish_luajit
|
||||
|
||||
:error_luajit
|
||||
|
|
|
@ -708,7 +708,7 @@
|
|||
</LINUX_MAKE>
|
||||
<VS2022 targetFolder="Builds/osci-render/VisualStudio2022" smallIcon="pSc1mq"
|
||||
bigIcon="pSc1mq" extraCompilerFlags="/wd4005 /wd4244 /wd4305 /wd4584"
|
||||
extraLinkerFlags="/IGNORE:4006" externalLibraries="lua51.lib">
|
||||
extraLinkerFlags="/IGNORE:4006" externalLibraries="luajit51.lib">
|
||||
<CONFIGURATIONS>
|
||||
<CONFIGURATION isDebug="1" name="Debug" targetName="osci-render" winWarningLevel="2"
|
||||
libraryPath="..\..\..\modules\LuaJIT\src" headerPath="..\..\..\modules\LuaJIT\src"
|
||||
|
|
Ładowanie…
Reference in New Issue