diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2018-12-27 22:54:55 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2018-12-27 23:01:28 +0100 |
| commit | a5f3ea9ac12fccbc9faf3f152d4dfbe7f263268e (patch) | |
| tree | 7e66ed4d7cb7e4b4ae56d8b562ff08121bf43026 /Makefile.vc6 | |
| parent | b0b0e97aa5a06b22768bb9c9ea5e8caf383d78a4 (diff) | |
make label, edit and button text line up perfectly
Diffstat (limited to 'Makefile.vc6')
| -rw-r--r-- | Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
