oliverschmidt
|
7432afa036
|
Both apps/webbrowser and apps/webserver contain a http-strings.c so the object files generated overwrite each other. However, currently webserver/http-strings.c is a clean superset of webbrowser/http-strings.c so using only that one even in the www.prg project makes things (sort of) work.
|
2010-11-07 23:36:34 +00:00 |
|
oliverschmidt
|
072830d4f2
|
Migrated project files from VC++ 2005 (Express Edition) to VC++ 2008 (Express Edition). Almost all changes were required because VC++ 2008 does a parallel build. Therefore all intermediate files need to have unique names. This wasn't the case by default because VC++ doesn't presume seperate projects to build into the same directory - as it is the case with all the *.prg and *.dsc files of Contiki.
|
2008-10-29 15:03:34 +00:00 |
|
oliverschmidt
|
9d5ae4864e
|
Added preprocessor define _CRT_NONSTDC_NO_DEPRECATE to allow usage of open(), close(), read(), write() and lseek().
|
2008-07-06 11:04:33 +00:00 |
|
oliverschmidt
|
2b1abd87af
|
Replaced (now obsolete) PROCESS_LOADABLE with AUTOSTART_ENABLE (and use it now in the platform build to start the program handler).
|
2008-02-10 11:29:24 +00:00 |
|
oliverschmidt
|
1e372f13c6
|
Added new include directory to VC++ project files.
|
2007-05-19 13:38:25 +00:00 |
|
oliverschmidt
|
d0e75920f1
|
Moved VC++ project files into vcproj subdirectory.
|
2007-04-06 23:53:59 +00:00 |
|