diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-10-23 13:47:57 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-10-23 13:47:57 (GMT) |
commit | 5470f1329925b63a1ac3def74b82b9b3a4851f0e (patch) | |
tree | bd6322b50471449ec7737545bc0f850a345ff36c | |
parent | c0effc5b466fcb017bc6e0df6ae33cd33738fb50 (diff) | |
download | tcl-5470f1329925b63a1ac3def74b82b9b3a4851f0e.zip tcl-5470f1329925b63a1ac3def74b82b9b3a4851f0e.tar.gz tcl-5470f1329925b63a1ac3def74b82b9b3a4851f0e.tar.bz2 |
tclWinPanic.c is in the \win directory, not in \generic!
-rw-r--r-- | win/tcl.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/tcl.dsp b/win/tcl.dsp index abad0bb..214449c 100644 --- a/win/tcl.dsp +++ b/win/tcl.dsp @@ -1304,10 +1304,6 @@ SOURCE=..\generic\tclOOStubLib.c # End Source File
# Begin Source File
-SOURCE=..\generic\tclWinPanic.c
-# End Source File
-# Begin Source File
-
SOURCE=..\generic\tclTomMathStubLib.c
# End Source File
# Begin Source File
@@ -1532,6 +1528,10 @@ SOURCE=.\tclWinNotify.c # End Source File
# Begin Source File
+SOURCE=.\tclWinPanic.c
+# End Source File
+# Begin Source File
+
SOURCE=.\tclWinPipe.c
# End Source File
# Begin Source File
|