]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/modules/stubs/makefile.vc
Death to all Makefiles and associates!
[wxWidgets.git] / utils / wxPython / modules / stubs / makefile.vc
diff --git a/utils/wxPython/modules/stubs/makefile.vc b/utils/wxPython/modules/stubs/makefile.vc
deleted file mode 100644 (file)
index be0efe9..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#----------------------------------------------------------------------
-
-TARGET = samplec
-
-OBJECTS = sample.obj mywidget.obj
-
-PYMODULES = $(TARGETDIR)\sample.py 
-
-SOURCES = $(GENCODEDIR)\sample.cpp mywidget.cpp
-
-
-#----------------------------------------------------------------------
-
-!include ..\makeinc.vc
-
-#----------------------------------------------------------------------
-
-default: $(TARGETDIR)\$(TARGET).pyd pycfiles
-
-all:    $(TARGET)
-
-# dependency to automatically generate swig files
-$(GENCODEDIR)/sample.cpp : sample.i
-
-#----------------------------------------------------------------------
-
-$(TARGETDIR)\$(TARGET).pyd : $(DUMMYOBJ) $(WXLIB) $(OBJECTS) # $(TARGET).res
-       $(link) @<<
-/out:$@ /dll
-$(LFLAGS) /def:$(TARGET).def /implib:./$(TARGET).lib
-$(DUMMYOBJ) $(OBJECTS) 
-$(LIBS)
-<<
-
-
-#----------------------------------------------------------------------
-