lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [5865] Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [5865] Improve documentation
Date: Thu, 06 Mar 2014 23:19:12 +0000

Revision: 5865
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5865
Author:   chicares
Date:     2014-03-06 23:19:11 +0000 (Thu, 06 Mar 2014)
Log Message:
-----------
Improve documentation

Modified Paths:
--------------
    lmi/trunk/workhorse.make

Modified: lmi/trunk/workhorse.make
===================================================================
--- lmi/trunk/workhorse.make    2014-03-06 23:06:19 UTC (rev 5864)
+++ lmi/trunk/workhorse.make    2014-03-06 23:19:11 UTC (rev 5865)
@@ -825,6 +825,10 @@
 lmi_wx_monolithic$(EXEEXT): EXTRA_LDFLAGS := $(wx_ldflags)
 lmi_wx_monolithic$(EXEEXT): $(lmi_wx_objects) $(lmi_common_objects) 
wx_new$(SHREXT)
 
+# '-DLMI_BUILD_SO' would be incorrect here, even though a shared
+# library is being built. The 'LMI_*_SO' macros are used only in
+# source files that are unrelated to wx, and that are therefore not
+# part of $(skeleton_objects).
 skeleton$(SHREXT): lmi_so_attributes := -DLMI_USE_SO
 skeleton$(SHREXT): EXTRA_LDFLAGS := $(wx_ldflags)
 skeleton$(SHREXT): $(skeleton_objects) liblmi$(SHREXT) wx_new$(SHREXT)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]