File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -453,14 +453,14 @@ endif
453453ifdef PYTHON
454454CFLAGS += -DFEAT_PYTHON
455455ifeq (yes, $(DYNAMIC_PYTHON ) )
456- CFLAGS += -DDYNAMIC_PYTHON
456+ CFLAGS += -DDYNAMIC_PYTHON -DDYNAMIC_PYTHON_DLL=\" $( DYNAMIC_PYTHON_DLL ) \"
457457endif
458458endif
459459
460460ifdef PYTHON3
461461CFLAGS += -DFEAT_PYTHON3
462462ifeq (yes, $(DYNAMIC_PYTHON3 ) )
463- CFLAGS += -DDYNAMIC_PYTHON3
463+ CFLAGS += -DDYNAMIC_PYTHON3 -DDYNAMIC_PYTHON3_DLL=\"PYTHON $( PYTHON3_VER ) .dll\"
464464endif
465465endif
466466
@@ -789,10 +789,10 @@ INCL = vim.h feature.h os_win32.h os_dos.h ascii.h keymap.h term.h macros.h \
789789 gui.h
790790
791791$(OUTDIR ) /if_python.o : if_python.c if_py_both.h $(INCL )
792- $(CC ) -c $(CFLAGS ) $(PYTHONINC ) $(PYTHON_HOME_DEF ) -DDYNAMIC_PYTHON_DLL= \" $( DYNAMIC_PYTHON_DLL ) \" $< -o $@
792+ $(CC ) -c $(CFLAGS ) $(PYTHONINC ) $(PYTHON_HOME_DEF ) $< -o $@
793793
794794$(OUTDIR ) /if_python3.o : if_python3.c if_py_both.h $(INCL )
795- $(CC ) -c $(CFLAGS ) $(PYTHON3INC ) -DDYNAMIC_PYTHON3_DLL= \" PYTHON $( PYTHON3_VER ) .dll \" $< -o $@
795+ $(CC ) -c $(CFLAGS ) $(PYTHON3INC ) $< -o $@
796796
797797$(OUTDIR ) /% .o : % .c $(INCL )
798798 $(CC ) -c $(CFLAGS ) $< -o $@
Original file line number Diff line number Diff line change @@ -741,6 +741,8 @@ static char *(features[]) =
741741
742742static int included_patches [] =
743743{ /* Add new patch number below this line */
744+ /**/
745+ 1067 ,
744746/**/
745747 1066 ,
746748/**/
You can’t perform that action at this time.
0 commit comments