From a5f3ea9ac12fccbc9faf3f152d4dfbe7f263268e Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Thu, 27 Dec 2018 22:54:55 +0100 Subject: make label, edit and button text line up perfectly --- Makefile.vc6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.vc6') diff --git a/Makefile.vc6 b/Makefile.vc6 index 1a0ba43..a71f073 100644 --- a/Makefile.vc6 +++ b/Makefile.vc6 @@ -1,7 +1,7 @@ # automatically created by makemakefile.sh. DO NOT EDIT! CXX = cl.exe -CFLAGS = -O2 -GA -W3 -DUNICODE -D_UNICODE -D_WIN32=0x0500 -D_WIN32_WINNT=0x0500 -D_WIN32_IE=0x0500 -nologo +CFLAGS = -O2 -GA -W3 -DUNICODE -D_UNICODE -D_WIN32=0x0501 -D_WIN32_WINNT=0x0501 -D_WIN32_IE=0x0501 -nologo LDFLAGS = /link kernel32.lib user32.lib comctl32.lib shell32.lib gdi32.lib version.lib out/widgetfactory.exe: out/widgetfactory.obj out/alfbutton.obj out/alfcompat.obj out/alf.obj out/alfedit.obj out/alflabel.obj -- cgit v1.2.3