Benutzerinformationen überspringen
Pwner!
Wohnort: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ♥ bei Jimjam ♥ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Beruf: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ♥ Jimjam's Freund ♥ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Renommeemodifikator: 11
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
@echo off title Komelieraaah :: color 7c set /p release=Type: if exist "%VCINSTALLDIR%" ( goto compile ) if exist "%VS110COMNTOOLS%" ( set VSPATH="%VS110COMNTOOLS%" goto set_env ) if exist "%VS100COMNTOOLS%" ( set VSPATH="%VS100COMNTOOLS%" goto set_env ) if exist "%VS90COMNTOOLS%" ( set VSPATH="%VS90COMNTOOLS%" goto set_env ) if exist "%VS80COMNTOOLS%" ( set VSPATH="%VS80COMNTOOLS%" goto set_env ) echo You need Microsoft Visual Studio 8, 9 or 10 pause exit :set_env if not exist %VSPATH%vsvars32.bat ( color 0a cls echo. echo === Error! === echo. pause >nul exit ) else call %VSPATH%vsvars32.bat :: Komeliereh :compile echo. @echo === Building Teeworlds %release% === @call bam.exe %release% -j 8 @echo === Finished === last: %time% echo. @echo Press any Key to komeliehre again... @pause >nul color 0a @echo === Again === color 7c cls goto compile |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Sarah« (4. Juli 2014, 22:36)
Benutzerinformationen überspringen
Wohnort: Nähe Kiel
Ingame-Name: Pata
Clan: Kosmos
Renommeemodifikator: 12
Benutzerinformationen überspringen
Pwner!
Wohnort: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ♥ bei Jimjam ♥ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Beruf: ▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ♥ Jimjam's Freund ♥ ▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Renommeemodifikator: 11