summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Arends <edx@rockbox.org>2002-08-19 12:02:34 +0000
committerFelix Arends <edx@rockbox.org>2002-08-19 12:02:34 +0000
commit111597ba0266434f38dad0096823fb07da031df5 (patch)
treeba771107442a35e6d7bc64e7cd8252845e30d556
parent047b8d78199728a14b735e4a4af8cf55ebd41f77 (diff)
downloadrockbox-111597ba0266434f38dad0096823fb07da031df5.tar.gz
rockbox-111597ba0266434f38dad0096823fb07da031df5.zip
fixed missing APPSVERSION definition
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1800 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/win32.mak2
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
24 24
25# store output files in this directory: 25# store output files in this directory:
26OBJDIR = . 26OBJDIR = .
27DEFINES = -DLCD_PROPFONTS 27DEFINES = -DLCD_PROPFONTS -DAPPSVERSION=\"CVS\"
28 28
29CFLAGS = -O -W -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) $(TARGET) $(DEFINES) 29CFLAGS = -O -W -Wall -m1 -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns $(INCLUDES) $(TARGET) $(DEFINES)
30AFLAGS += -small -relax 30AFLAGS += -small -relax