diff options
author | Felix Arends <edx@rockbox.org> | 2002-08-19 12:02:34 +0000 |
---|---|---|
committer | Felix Arends <edx@rockbox.org> | 2002-08-19 12:02:34 +0000 |
commit | 111597ba0266434f38dad0096823fb07da031df5 (patch) | |
tree | ba771107442a35e6d7bc64e7cd8252845e30d556 /apps | |
parent | 047b8d78199728a14b735e4a4af8cf55ebd41f77 (diff) |
fixed missing APPSVERSION definition
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1800 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/win32.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/win32.mak b/apps/win32.mak index 1f7a1f44fc..92a646501e 100644 --- a/apps/win32.mak +++ b/apps/win32.mak @@ -24,7 +24,7 @@ TARGET = -DARCHOS_RECORDER=1 # store output files in this directory: OBJDIR = . -DEFINES = -DLCD_PROPFONTS +DEFINES = -DLCD_PROPFONTS -DAPPSVERSION=\"CVS\" CFLAGS = -O -W -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) $(TARGET) $(DEFINES) AFLAGS += -small -relax |