summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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