- More work

This commit is contained in:
Benjamin Rosseaux 2018-11-26 18:32:37 +01:00
commit 4d535301e1
8 changed files with 58 additions and 58 deletions

View file

@ -1,2 +1,2 @@
@echo off
git submodule update --init --recursive
@echo off
git submodule update --init --recursive

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
)

View file

@ -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

View file

@ -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

View file

@ -1,2 +1,2 @@
@echo off
git submodule update --remote --recursive
@echo off
git submodule update --remote --recursive