• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Revisão28e7a66da571c9b61989261352ef5b9a12f6ae9b (tree)
Hora2009-08-19 19:40:55
AutorHans Breuer <hans@breu...>
CommiterHans Breuer

Mensagem de Log

Remove LDFLAGS overwrite to also work with WinDDK msvc, see readme.win32

Mudança Sumário

Diff

--- a/app/makefile.msc
+++ b/app/makefile.msc
@@ -110,7 +110,6 @@ dia-app-icons.h : makefile.msc pixmaps\*.png
110110
111111 # No general LDFLAGS needed
112112 # /subsystem:console and /subsystem:windows have their own exe
113-LDFLAGS = /link $(LINKDEBUG) /machine:ix86
114113 INSTALL = copy
115114
116115 CFLAGS = -I. -I$(PRJ_TOP) -DHAVE_CONFIG_H
--- a/lib/makefile.msc
+++ b/lib/makefile.msc
@@ -145,7 +145,6 @@ diamarshal.c: diamarshal.h
145145
146146
147147 # No general LDFLAGS needed
148-LDFLAGS = /link $(LINKDEBUG)
149148 INSTALL = copy
150149
151150 ## targets
--- a/readme.win32
+++ b/readme.win32
@@ -72,5 +72,13 @@ work).
7272 spare time, to build the latest, greatest Dia version.
7373 4) Copy the files to their directories (see binary package)
7474
75+Using a newer compiler (but still linking msvcrt.dll)
76+
77+ * Free (as in beer) Windows DDK contains an updated compiler:
78+ http://kobyk.wordpress.com/2007/07/20/dynamically-linking-with-msvcrtdll-using-visual-c-2005/
79+
80+ * unresolved external symbol _ftol2_sse or _except_handler4_common
81+ in $(TOP)/glib/build/win32/make.msc add 'msvcrt_winxp.obj' to 'LDFLAGS' before '/link'
82+
7583 Have Fun,
7684 Hans Breuer <Hans@Breuer.Org>