mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-02-13 07:01:32 +00:00
9 lines
140 B
Batchfile
9 lines
140 B
Batchfile
|
REM Run the complete set of Compile scripts
|
||
|
|
||
|
call "Compile CodeBlocks"
|
||
|
call "Compile VS2005"
|
||
|
call "Compile VS2008"
|
||
|
call "Compile VS2010"
|
||
|
|
||
|
|