]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/modules/glcanvas/makefile.vc
lots'o' wxpython modules files
[wxWidgets.git] / utils / wxPython / modules / glcanvas / makefile.vc
diff --git a/utils/wxPython/modules/glcanvas/makefile.vc b/utils/wxPython/modules/glcanvas/makefile.vc
new file mode 100644 (file)
index 0000000..09d9d54
--- /dev/null
@@ -0,0 +1,38 @@
+
+#----------------------------------------------------------------------
+
+TARGET = glcanvasc
+
+OBJECTS = glcanvas.obj
+
+PYMODULES = $(TARGETDIR)\html.py $(TARGETDIR)\htmlhelper.py 
+
+SOURCES = $(GENCODEDIR)\html.cpp 
+
+
+#----------------------------------------------------------------------
+
+!include ..\makeinc.vc
+
+# override this
+EXTRAINC = $(EXTRAINC) -I$(WXDIR)\utils\glcanvas\win
+GLLIBS=$(WXDIR)\lib\glcanvas.lib glu32.lib opengl32.lib
+
+#----------------------------------------------------------------------
+
+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) $(GLLIBS)
+<<
+
+#----------------------------------------------------------------------
+