]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/html/makefile.vc
lots'o' wxpython modules files
[wxWidgets.git] / utils / wxPython / modules / html / makefile.vc
1
2 #----------------------------------------------------------------------
3
4 TARGET = htmlc
5
6 OBJECTS = html.obj
7
8 PYMODULES = $(TARGETDIR)\html.py $(TARGETDIR)\htmlhelper.py
9
10 SOURCES = $(GENCODEDIR)\html.cpp
11
12
13 #----------------------------------------------------------------------
14
15 !include ..\makeinc.vc
16
17 #----------------------------------------------------------------------
18
19 default: $(TARGETDIR)\$(TARGET).pyd pycfiles
20
21 all: $(TARGET)
22
23 #----------------------------------------------------------------------
24
25 $(TARGETDIR)\$(TARGET).pyd : $(DUMMYOBJ) $(WXLIB) $(OBJECTS) # $(TARGET).res
26 $(link) @<<
27 /out:$@ /dll
28 $(LFLAGS) /def:$(TARGET).def /implib:./$(TARGET).lib
29 $(DUMMYOBJ) $(OBJECTS)
30 $(LIBS)
31 <<
32
33
34 #----------------------------------------------------------------------
35