diff options
author | Guido van Rossum <guido@python.org> | 1996-09-05 01:26:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-09-05 01:26:59 (GMT) |
commit | 54d9fa2e407246229afe7e11bbb4c9ae43b89a7a (patch) | |
tree | f703ac637b087d5144f588a28a0a0afe07a6a1d3 /PC/vc40.mak | |
parent | f469d5b05d68411d693e0af06dab7d6870a609da (diff) | |
download | cpython-54d9fa2e407246229afe7e11bbb4c9ae43b89a7a.zip cpython-54d9fa2e407246229afe7e11bbb4c9ae43b89a7a.tar.gz cpython-54d9fa2e407246229afe7e11bbb4c9ae43b89a7a.tar.bz2 |
New project files from Jim A.
Diffstat (limited to 'PC/vc40.mak')
-rw-r--r-- | PC/vc40.mak | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/PC/vc40.mak b/PC/vc40.mak index 9c54862..f4b5cc6 100644 --- a/PC/vc40.mak +++ b/PC/vc40.mak @@ -453,8 +453,8 @@ DEF_FILE= \ ".\PC\_tkinter.def"
LINK32_OBJS= \
"$(INTDIR)/_tkinter.obj" \
- "..\..\..\..\TCL\bin\tcl75.lib" \
- "..\..\..\..\TCL\bin\tk41.lib" \
+ ".\PC\tcl75.lib" \
+ ".\PC\tk41.lib" \
".\vc40\python14.lib"
"$(OUTDIR)\_tkinter.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
@@ -4451,12 +4451,12 @@ DEP_CPP__TKIN=\ ################################################################################
# Begin Source File
-SOURCE=\TCL\bin\tk41.lib
+SOURCE=.\PC\tk41.lib
# End Source File
################################################################################
# Begin Source File
-SOURCE=\TCL\bin\tcl75.lib
+SOURCE=.\PC\tcl75.lib
# End Source File
################################################################################
# Begin Source File
|