This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- release version - everything compiled with luajit for better performance
- Loading branch information
Showing
15 changed files
with
90 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
del zzzMrGearboxAddon.zip | ||
cd zzzMrGearboxAddon | ||
"C:\Program Files\WinRAR\winrar" A -r ..\zzzMrGearboxAddon.zip *.* | ||
setlocal | ||
set modname=zzzMrGearboxAddon | ||
del %modname%.zip | ||
cd %modname% | ||
for %%I in (..\src\*.lua) do call :loopbody "%%~fI" | ||
"C:\Program Files\WinRAR\winrar" A -r ..\%modname%.zip *.* | ||
cd .. | ||
goto :EOF | ||
|
||
:loopbody | ||
echo %~n1 | ||
call c:\work\luapower-all-master\luajit -bg ..\src\%~n1.lua %~n1.luc | ||
goto :EOF | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
@echo "mods" | ||
@xcopy zzzMrGearboxAddon.zip "C:\Users\d027464\Documents\My Games\FarmingSimulator2015\mods" /R/U/Y/Q | ||
setlocal | ||
@set modname=zzzMrGearboxAddon | ||
@xcopy %modname%.zip "C:\Users\d027464\Documents\My Games\FarmingSimulator2015\mods" /R/U/Y/Q |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters