Fixed the bugs preventing wxPython from being embedded in a wxWindows
app, and added a sample showing how to do it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15329 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
13
wxPython/samples/embedded/makefile.vc
Normal file
13
wxPython/samples/embedded/makefile.vc
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Makefile for Windows and MS VIsual C++
|
||||
#
|
||||
|
||||
WXDIR = $(WXWIN)
|
||||
PYTHONDIR = d:\tools\Python22
|
||||
|
||||
PROGRAM = embedded
|
||||
OBJECTS = $(PROGRAM).obj
|
||||
EXTRAINC = /I$(PYTHONDIR)\include /I$(WXDIR)/wxPython/src
|
||||
EXTRALIBS = /LIBPATH:$(PYTHONDIR)\libs
|
||||
|
||||
!include $(WXDIR)\src\makeprog.vc
|
Reference in New Issue
Block a user