a24268437f
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
14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
#
|
|
# 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
|