stubs...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
35
utils/wxPython/modules/stubs/makefile.vc
Normal file
35
utils/wxPython/modules/stubs/makefile.vc
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
TARGET = samplec
|
||||
|
||||
OBJECTS = sample.obj mywidget.obj
|
||||
|
||||
PYMODULES = $(TARGETDIR)\sample.py $(TARGETDIR)\sample.py
|
||||
|
||||
SOURCES = $(GENCODEDIR)\sample.cpp mywidget.cpp
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
!include ..\makeinc.vc
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
default: $(TARGETDIR)\$(TARGET).pyd pycfiles
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
$(TARGETDIR)\$(TARGET).pyd : $(DUMMYOBJ) $(WXLIB) $(OBJECTS) # $(TARGET).res
|
||||
$(link) @<<
|
||||
/out:$@ /dll
|
||||
$(LFLAGS) /def:$(TARGET).def /implib:./$(TARGET).lib
|
||||
$(DUMMYOBJ) $(OBJECTS)
|
||||
$(LIBS)
|
||||
<<
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user