[*] Update/simplify batch/bash scripts for.now
This commit is contained in:
parent
ca4f042fc7
commit
ac9d592fbc
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd Public
|
||||
premake5 gmake2 --target-linux --target-x86_64
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd Public
|
||||
premake5 cmakeau --target-linux --target-x86_64 --target-x86_32 --target-win32
|
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd Public
|
||||
premake5 cmakeau --target-linux --target-x86_64
|
@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd Global
|
||||
premake5 gmake2 --target-linux --target-x86_64
|
||||
premake5 gmake2 --target-linux --target-x86_64 "$@"
|
||||
cd ..
|
@ -1,4 +0,0 @@
|
||||
@echo off
|
||||
|
||||
cd Public
|
||||
premake5 cmakeau --target-linux --target-x86_64 --target-x86_32 --target-win32
|
@ -1,4 +1,5 @@
|
||||
@echo off
|
||||
|
||||
cd Public
|
||||
premake5 vs2022 --target-win32 --target-x86_64
|
||||
premake5 vs2022 --target-win32 --target-x86_64 %*
|
||||
cd ..
|
@ -1,4 +1,5 @@
|
||||
@echo off
|
||||
|
||||
cd Public
|
||||
premake5 vs2022 --target-win32 --target-x86_32
|
||||
premake5 vs2022 --target-win32 --target-x86_32 %*
|
||||
cd ..
|
Loading…
Reference in New Issue
Block a user