summaryrefslogtreecommitdiff
path: root/wince
AgeCommit message (Collapse)Author
2010-01-27Add tags files to svn:ignore properties.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1828
2010-01-05Move config.make up to pkg/ directory. Use static makefiles to generateSimon Howard
all packages, rather than dynamically generated makefiles. Add pkg/osx to dist. Make OS X staging directory depend on top level documentation files. Generate CMDLINE as part of standard build if it is not already present. Set svn:ignore properties. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1790
2009-11-29Add other missing files to dist.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1743
2009-09-07Fix compilation under MacOS X.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1659
2009-06-12Remove debug messages.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1599
2009-06-12Set the USER environment variable based on the owner information fromSimon Howard
the registry. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1598
2009-06-11Declare getenv/putenv on Windows CE for recent SDL versions that do notSimon Howard
declare it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1592
2009-06-08Remove debugging code.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1578
2009-06-08Use SDL's getenv/putenv implementation, and populate at startup.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1577
2009-06-07Add README file for Windows CE library.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1562
2009-06-07Detect Windows CE target and build/include libc_wince files asSimon Howard
necessary. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1561
2009-06-07Add libc_wince.h header, and EISDIR error value.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1557
2009-06-07Use GetUserNameExW, not GetUserName (doesn't exist on WinCE)Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1556
2009-06-07Add Windows CE implementations of some ANSI C functions that areSimon Howard
missing. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1553