Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
fix up compiler bat
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintWish committed Aug 18, 2023
1 parent 91ba9e6 commit c612c67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions !pack_polished.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@ECHO OFF

set version_tag=NOV2015b
set version_tag=NOV2015a
set out_path=_comp

:loop
Expand All @@ -11,23 +11,23 @@ echo.
pause
echo.
echo.
rem if "%1"=="" goto :error_par
cd .\scripts

echo.
echo ====================== Porting Item List and Script Packer...
echo ====================== Setting time stamp...
echo.

rem copy %script_path%\items.txt %out_path%
copy .\ScriptPack.exe %out_path%
cd ./scripts
echo.
echo { >beta_date.script
echo const BETA_TIMESTAMP "DEVELOPER %date% %time%" >>beta_date.script
echo setvarg G_SCRIPT_VERSION %version_tag% >>beta_date.script
echo } >>beta_date.script
echo Done.

echo.
echo ====================== Compiling...
echo.

cd /d %out_path%
ScriptPack.exe
cd ../
Scriptpack.exe
echo Done.

echo.
Expand Down
Empty file removed _comp/.gitkeep
Empty file.

0 comments on commit c612c67

Please sign in to comment.