os-70-350

os-70-350 Commit Details


Date:2013-12-15 14:43:41 (11 years 8 months ago)
Author:Natalie Adams
Branch:master
Commit:5a87c0c0f0eeb63fffdf4d4e5f2b3d4bd2880876
Parents: 56b3db935abeb631bc529c2a4afdfeef70bf6b06
Message:Updating build scripts

Changes:

File differences

bitmap/build.bat
1
1
2
3
../vcbuild.bat main
call ../vcbuild.bat main
main.exe
pause
cp-Linux/buid.sh
1
2
3
4
#!/bin/bash
gcc -o main main.cpp
./main
cp-homework/buid.sh
1
2
3
4
#!/bin/bash
gcc -o main main.cpp
./main
cp-homework/build.bat
1
2
3
call ../vcppbuild.bat main
main.exe
pause
cp/build.bat
11
22
3
3
4
call ../vcppbuild.bat main
move main.exe cp.exe
cp test.txt test2.txt
cp test.txt test2.txt
pause

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.45739s using 14 queries.