Archive for August, 2008

Aug 28 2008

Software updates

I think we’re all aware that most software isn’t perfect, and most responsible developers work towards corrected the bugs once they are found. As the bugs are fixed the users get patches to their software. It used to be the users had to be responsible and check for patches on their own. […]

Aug 25 2008

Olympic Sports

This year was a bit different for me for watching the Olympics. There’s a TV in the break room so during the day I get to catch glimpses of the events. Normally I would just see them after work, where the more popular events are shown. I’d get to see things like […]

Aug 21 2008

My Flex makefile

For anyone interested I figured I’d offer the makefile I use for my flex projects. If you want to use it you can download it here.
There are constants at the top to set the values that are likely to change from project to project; such as the main source file and dependencies list. […]

Aug 20 2008

Makefile for Flex

Seeing as how I made a big fuss about getting Flex to compile in Cygwin so that tools like make would work, I guess I should sort out a makefile for my flex projects. In my C projects I had put together a fairly generic makefile that could easily be adapted to all the […]

Aug 18 2008

Compiling Flex in Cygwin

I had said before that the Flex compiler wouldn’t run in Cygwin. I recently learned that this is wrong, and I figure I should correct that statement.

© 2007 Mindlence