diff --git a/QtCore4.dll b/QtCore4.dll new file mode 100644 index 000000000..1c5140622 Binary files /dev/null and b/QtCore4.dll differ diff --git a/QtGui4.dll b/QtGui4.dll new file mode 100644 index 000000000..fc41a5ba9 Binary files /dev/null and b/QtGui4.dll differ diff --git a/QtNetwork4.dll b/QtNetwork4.dll new file mode 100644 index 000000000..16b097fb5 Binary files /dev/null and b/QtNetwork4.dll differ diff --git a/QtXml4.dll b/QtXml4.dll new file mode 100644 index 000000000..80dc9aa64 Binary files /dev/null and b/QtXml4.dll differ diff --git a/Torque 3D.exe b/Torque 3D.exe new file mode 100644 index 000000000..191fd2e58 Binary files /dev/null and b/Torque 3D.exe differ diff --git a/Torque 3D.exe.config b/Torque 3D.exe.config new file mode 100644 index 000000000..497b1ceba --- /dev/null +++ b/Torque 3D.exe.config @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/allProjects.txt b/allProjects.txt new file mode 100644 index 000000000..c2d88ae57 --- /dev/null +++ b/allProjects.txt @@ -0,0 +1,4 @@ +Templates\Full\ +Templates\Empty\ +Templates\Empty PhysX\ +Templates\Full PhysX\ diff --git a/generateAllProjects.bat b/generateAllProjects.bat new file mode 100644 index 000000000..a2e36ef7c --- /dev/null +++ b/generateAllProjects.bat @@ -0,0 +1,22 @@ +@echo off +setlocal + +for /F "delims=^" %%a in (allProjects.txt) do if exist "%%a"\generateProjects.bat ( + + setlocal + + echo. + echo. + echo === %%a ========= + echo. + + cd %%a + call generateProjects.bat noPause + + endlocal +) + +endlocal + +echo. +pause \ No newline at end of file diff --git a/lua5.1.dll b/lua5.1.dll new file mode 100644 index 000000000..ec325a61a Binary files /dev/null and b/lua5.1.dll differ