os-70-350

os-70-350 Commit Details


Date:2013-12-15 14:40:04 (11 years 8 months ago)
Author:Natalie Adams
Branch:master
Commit:56b3db935abeb631bc529c2a4afdfeef70bf6b06
Parents: e9510a82b47cb3727618c23a8533e1f9f4be86fb
Message:modifying linux thread example updating build scripts

Changes:

File differences

thread-linux/main.c
66
77
88
9
9
1010
1111
1212
{
int i;
for(i = 0; i < 10; i++)
printf("%i", i);
printf("%i\n", i);
}
int main()
vcbuild.bat
1313
1414
1515
16
17
18
19
16
17
goto compile
)
:compile
cl.exe %1.c > nul
%1.exe
del %1.obj
pause
cl.exe %1.c
del %1.obj
vcppbuild.bat
1313
1414
1515
16
17
18
19
16
17
goto compile
)
:compile
cl.exe /clr %1.cpp > nul
%1.exe
del %1.obj
pause
cl.exe /clr %1.cpp
del %1.obj

Archive Download the corresponding diff file

Branches

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