diff options
author | Hans Breuer <hans@breuer.org> | 2009-08-19 12:00:37 +0200 |
---|---|---|
committer | Hans Breuer <hans@breuer.org> | 2009-08-19 12:40:55 +0200 |
commit | 28e7a66da571c9b61989261352ef5b9a12f6ae9b (patch) | |
tree | aa284644a0a9809a2eebbf57c4a1f37e5351dda2 /readme.win32 | |
parent | e0b81659369bd1546f728bacef72f6ea7b247aa2 (diff) | |
download | dia-28e7a66da571c9b61989261352ef5b9a12f6ae9b.tar.xz |
Remove LDFLAGS overwrite to also work with WinDDK msvc, see readme.win32
Diffstat (limited to 'readme.win32')
-rw-r--r-- | readme.win32 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/readme.win32 b/readme.win32 index 66d9e475..d46f49da 100644 --- a/readme.win32 +++ b/readme.win32 @@ -72,5 +72,13 @@ work). spare time, to build the latest, greatest Dia version. 4) Copy the files to their directories (see binary package) +Using a newer compiler (but still linking msvcrt.dll) + + * Free (as in beer) Windows DDK contains an updated compiler: + http://kobyk.wordpress.com/2007/07/20/dynamically-linking-with-msvcrtdll-using-visual-c-2005/ + + * unresolved external symbol _ftol2_sse or _except_handler4_common + in $(TOP)/glib/build/win32/make.msc add 'msvcrt_winxp.obj' to 'LDFLAGS' before '/link' + Have Fun, Hans Breuer <Hans@Breuer.Org> |