<bslsk05>
'Disturbed - Down With The Sickness (Official Music Video) [HD UPGRADE]' by Disturbed
<zid>
nikolamp
<Ermine>
nikolafs
simpl_e has quit [Ping timeout: 276 seconds]
GeDaMo has quit [Quit: 0wt 0f v0w3ls.]
goliath has joined #osdev
Left_Turn has joined #osdev
Left_Turn has left #osdev [#osdev]
argantantua has joined #osdev
stolen has quit [Quit: Connection closed for inactivity]
fraielestoiles has joined #osdev
<zid>
nikolar: have you ever considered removing the i from your nick?
<nikolar>
Why's that
<zid>
so you can be kornal not kornial
<zid>
iKornal :o
<nikolar>
Kek
<fraielestoiles>
kornial != nikolar
<kof673>
what happened to the person who was screwing around with visual studio IIRC was that mcro d ? :D
<kof673>
devving on old windows in particular
simpl_e has joined #osdev
<kof673>
MSYS-1.0.8.exe i believe works on win98 lol i require a bourne shell for now lol just wondering what they were using, or just makefiles...
fraielestoiles has quit [Ping timeout: 248 seconds]
xenos1984 has quit [Ping timeout: 276 seconds]
kpel has quit [Quit: .]
xenos1984 has joined #osdev
jcea has quit [Quit: jcea]
Lucretia has quit [Remote host closed the connection]
jcea has joined #osdev
netbsduser`` has quit [Ping timeout: 245 seconds]
<the_oz>
You collect building systems like pokemon
<the_oz>
kinda cool
<the_oz>
I WANT TO BUILD THEVERY BEST
<the_oz>
NO ONE EVER WAS
<the_oz>
IN A WOTRLD I CAN DEFEBD
karenw has quit [Ping timeout: 245 seconds]
<kof673>
i just don't want to write/maintain a batch file or whatever the windows scripting host thing was. however, i think for somewhere there is no bourne shell...i can do like make option to just output command used, without running anything, then sed the output
<kof673>
then i could generate a "list of commands" on unix, that just echoes commands, and it would not have any error checking, but should be easily adaptable "anywhere"
<the_oz>
I used to do like
<the_oz>
MSYS
<kof673>
these aren't practicle concerns, i just try to be flexible . yeah i think this old msys is fine lol
<the_oz>
then I go eh git carries bash with it
<kof673>
i just remember old cygwin always seemed flaky. but this is just to run a build script
<the_oz>
was cygwin the lkike checkbox of crap
<kof673>
iirc msys and mingw were minimal, cygwin was trying to give "full[er at least] posix"
<kof673>
so it was simulating a lot more, and heavier, etc.
<the_oz>
yeeeah
<kof673>
and e.g. fat filesystems don't have ntfs symlink-like stuff, etc.