2 #----------------------------------------------------------------------
6 OBJECTS = lseditor.obj finddlg.obj lseditorpl.obj markup.obj \
7 plugin.obj sourcepainter.obj tdefs.objhtml.obj
9 PYMODULES = $(TARGETDIR)\lseditor.py
11 SOURCES = $(GENCODEDIR)/lseditor.cpp finddlg.cpp lseditorpl.cpp markup.cpp \
12 plugin.cpp sourcepainter.cpp tdefs.cpp
15 #----------------------------------------------------------------------
17 !include ..\makeinc.vc
18 # undo overrideflags /GX- ...
19 OVERRIDEFLAGS=$(OTHERCFLAGS)
21 #----------------------------------------------------------------------
23 default: $(TARGETDIR)\$(TARGET).pyd pycfiles
27 # for generating the html.cpp file
28 $(GENCODEDIR)/lseditor.cpp : lseditor.i
30 #----------------------------------------------------------------------
32 $(TARGETDIR)\$(TARGET).pyd : $(DUMMYOBJ) $(WXLIB) $(OBJECTS) # $(TARGET).res
35 $(LFLAGS) /def:$(TARGET).def /implib:./$(TARGET).lib
36 $(DUMMYOBJ) $(OBJECTS)
41 #----------------------------------------------------------------------