diff options
| author | Felix Arends <edx@rockbox.org> | 2002-08-16 14:08:50 +0000 |
|---|---|---|
| committer | Felix Arends <edx@rockbox.org> | 2002-08-16 14:08:50 +0000 |
| commit | 9ed9765bfe01b73f4ce64dd5ccb1ce448d951a03 (patch) | |
| tree | 897cb485404dac52c2e0ec55cc4d16e2e03bf596 /apps/main.c | |
| parent | afc9b57c20bce7062e03bab6ecc9e21f22bc67f9 (diff) | |
| download | rockbox-9ed9765bfe01b73f4ce64dd5ccb1ce448d951a03.zip rockbox-9ed9765bfe01b73f4ce64dd5ccb1ce448d951a03.tar.gz rockbox-9ed9765bfe01b73f4ce64dd5ccb1ce448d951a03.tar.bz2 rockbox-9ed9765bfe01b73f4ce64dd5ccb1ce448d951a03.tar.xz | |
windows makefile for firmware
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1784 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
| -rw-r--r-- | apps/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index 22fd8f6..4d40883 100644 --- a/apps/main.c +++ b/apps/main.c @@ -50,7 +50,7 @@ #endif -char appsversion[]=APPSVERSION; +char appsversion[]="WIN32"; void init(void); |