Compiles just fine in linux (i love linux!) i'm compiling my mod for microsoft now, and i know i'm not doing something right :P
well here is what it says
1>------ Build started: Project: powdertoy, Configuration: Debug Win32 ------ 1>Build started 3/21/2011 6:22:08 PM. 1>InitializeBuildStatus: 1> Creating "Debug\powdertoy.unsuccessfulbuild" because "AlwaysCreate" was specified. 1>ClCompile: 1> update.c 1>src\update.c(40): fatal error C1083: Cannot open include file: 'update.h': No such file or directory 1> powder.c 1>src\powder.c(3): fatal error C1083: Cannot open include file: 'defines.h': No such file or directory 1> misc.c 1>src\misc.c(4): fatal error C1083: Cannot open include file: 'regex.h': No such file or directory 1> md5.c 1>src\md5.c(3): fatal error C1083: Cannot open include file: 'md5.h': No such file or directory 1> main.c 1>src\main.c(30): fatal error C1083: Cannot open include file: 'SDL/SDL.h': No such file or directory 1> interface.c
and well the list goes on. i really hate computers!