- More work
This commit is contained in:
parent
695dfde7cf
commit
4d535301e1
8 changed files with 58 additions and 58 deletions
|
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
git submodule update --init --recursive
|
||||
@echo off
|
||||
git submodule update --init --recursive
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
rem Compile here your asset files and move the compiled files then to ..\..\assets\
|
||||
cd shaders
|
||||
call compileshaders.bat
|
||||
cd ..
|
||||
tools\dae2mdl\dae2mdl.exe models\dragon.dae ..\..\assets\models\dragon.mdl
|
||||
@echo off
|
||||
rem Compile here your asset files and move the compiled files then to ..\..\assets\
|
||||
cd shaders
|
||||
call compileshaders.bat
|
||||
cd ..
|
||||
tools\dae2mdl\dae2mdl.exe models\dragon.dae ..\..\assets\models\dragon.mdl
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
@echo off
|
||||
|
||||
cd textoverlay
|
||||
call compileshaders.bat
|
||||
cd ..
|
||||
|
||||
cd triangle
|
||||
call compileshaders.bat
|
||||
cd ..
|
||||
|
||||
cd cube
|
||||
call compileshaders.bat
|
||||
cd ..
|
||||
|
||||
cd dragon
|
||||
call compileshaders.bat
|
||||
cd ..
|
||||
|
||||
rem echo.
|
||||
rem pause
|
||||
@echo off
|
||||
|
||||
cd textoverlay
|
||||
call compileshaders.bat
|
||||
cd ..
|
||||
|
||||
cd triangle
|
||||
call compileshaders.bat
|
||||
cd ..
|
||||
|
||||
cd cube
|
||||
call compileshaders.bat
|
||||
cd ..
|
||||
|
||||
cd dragon
|
||||
call compileshaders.bat
|
||||
cd ..
|
||||
|
||||
rem echo.
|
||||
rem pause
|
||||
|
|
|
|||
16
setup.bat
16
setup.bat
|
|
@ -1,8 +1,8 @@
|
|||
@echo off
|
||||
if exist .git (
|
||||
call initsubmodules.bat
|
||||
) else (
|
||||
call create_externals_symlinks_for_with_svn.bat
|
||||
)
|
||||
call compileprojectmanager.bat
|
||||
|
||||
@echo off
|
||||
if exist .git (
|
||||
call initsubmodules.bat
|
||||
) else (
|
||||
call create_externals_symlinks_for_with_svn.bat
|
||||
)
|
||||
call compileprojectmanager.bat
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
@echo off
|
||||
where /q dcc32
|
||||
if errorlevel 1 (
|
||||
where /q fpc
|
||||
if errorlevel 1 (
|
||||
echo Error: Neither the Delphi compiler nor the FreePascal compiler was found
|
||||
exit /B
|
||||
) else (
|
||||
call makefpc.bat
|
||||
)
|
||||
) else (
|
||||
call makedelphi.bat
|
||||
@echo off
|
||||
where /q dcc32
|
||||
if errorlevel 1 (
|
||||
where /q fpc
|
||||
if errorlevel 1 (
|
||||
echo Error: Neither the Delphi compiler nor the FreePascal compiler was found
|
||||
exit /B
|
||||
) else (
|
||||
call makefpc.bat
|
||||
)
|
||||
) else (
|
||||
call makedelphi.bat
|
||||
)
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
@echo off
|
||||
call rsvars.bat
|
||||
msbuild projectmanager.dproj /t:Rebuild /p:Config=Release
|
||||
@echo off
|
||||
call rsvars.bat
|
||||
msbuild projectmanager.dproj /t:Rebuild /p:Config=Release
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
mkdir fpctemp
|
||||
fpc -Sd -B -FEfpctemp -FUfpctemp -o../../../projectmanager.exe projectmanager.dpr
|
||||
rmdir /s /q fpctemp
|
||||
|
||||
@echo off
|
||||
mkdir fpctemp
|
||||
fpc -Sd -B -FEfpctemp -FUfpctemp -o../../../projectmanager.exe projectmanager.dpr
|
||||
rmdir /s /q fpctemp
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
git submodule update --remote --recursive
|
||||
@echo off
|
||||
git submodule update --remote --recursive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue