OSDN Git Service

Checked in for Mo DeJong <supermo@bayarea.net>
authorirox <irox>
Mon, 25 Feb 2002 02:47:48 +0000 (02:47 +0000)
committerirox <irox>
Mon, 25 Feb 2002 02:47:48 +0000 (02:47 +0000)
        * src/Makefile.am: Add -DSTATIC_BUILD so
        that no __declspec() is used in function
        delarations. This fixes the build under VC++.
        * src/Makefile.in: Regen.

libgui/ChangeLog
libgui/src/Makefile.am
libgui/src/Makefile.in

index 51032b1..134093e 100644 (file)
@@ -1,3 +1,10 @@
+2002-02-24  Mo DeJong  <supermo@bayarea.net>
+
+        * src/Makefile.am: Add -DSTATIC_BUILD so
+        that no __declspec() is used in function
+        delarations. This fixes the build under VC++.
+        * src/Makefile.in: Regen.
+
 2002-02-05  Jim Blandy  <jimb@redhat.com>
 
        De-Cygnify libgui.
index 01eea8e..f4295cc 100644 (file)
@@ -47,7 +47,8 @@ $(TK_XINCLUDES) $(TCL_DEFS) $(TK_DEFS) \
 $(TKHDIR)/../unix $(TKHDIR)/../win \
 -DTBL_VERSION=\"$(TBL_VERSION)\"\
 -DTBL_COMMAND=\"$(TBL_COMMAND)\"\
--DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"$(guidir)\"
+-DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"$(guidir)\"\
+-DSTATIC_BUILD
 
 TKTABLE_SOURCES = tkTable.c tkTableCell.c tkTableCellSort.c \
 tkTableCmds.c tkTableEdit.c tkTableTag.c tkTableWin.c tkTableUtil.c
index 088bd88..7b8a56c 100644 (file)
@@ -172,7 +172,8 @@ $(TK_XINCLUDES) $(TCL_DEFS) $(TK_DEFS) \
 $(TKHDIR)/../unix $(TKHDIR)/../win \
 -DTBL_VERSION=\"$(TBL_VERSION)\"\
 -DTBL_COMMAND=\"$(TBL_COMMAND)\"\
--DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"$(guidir)\"
+-DTBL_RUNTIME=\"tkTable.tcl\" -DTBL_RUNTIME_DIR=\"$(guidir)\"\
+-DSTATIC_BUILD
 
 
 TKTABLE_SOURCES = tkTable.c tkTableCell.c tkTableCellSort.c \