Lines 85-91
Link Here
|
85 |
# plan on compiling wxWidgets using this build system. If you |
85 |
# plan on compiling wxWidgets using this build system. If you |
86 |
# have already compiled or installed wxWidgets, you can ignore |
86 |
# have already compiled or installed wxWidgets, you can ignore |
87 |
# this setting and comment it out if you like. |
87 |
# this setting and comment it out if you like. |
88 |
WXW_SOURCE_DIR = $(HOME)/src/wxGTK-2.5.3 |
88 |
#WXW_SOURCE_DIR = $(HOME)/src/wxGTK-2.5.3 |
89 |
# WXW_SOURCE_DIR = /usr/local/src/wxGTK-2.5.3 |
89 |
# WXW_SOURCE_DIR = /usr/local/src/wxGTK-2.5.3 |
90 |
|
90 |
|
91 |
# A directory within WXW_SOURCE_DIR you want to build in. The |
91 |
# A directory within WXW_SOURCE_DIR you want to build in. The |
Lines 100-112
Link Here
|
100 |
# already built wxWidgets yourself, where it has been |
100 |
# already built wxWidgets yourself, where it has been |
101 |
# installed. If you build wxWidgets, sub-directories will |
101 |
# installed. If you build wxWidgets, sub-directories will |
102 |
# be created under this directory for include, lib, etc. |
102 |
# be created under this directory for include, lib, etc. |
103 |
WXW_INSTALL_DIR = $(HOME)/packages/wx-widgets-2.5.3 |
103 |
WXW_INSTALL_DIR = ${S}/wx |
104 |
# WXW_INSTALL_DIR = /usr/local/packages/wx-widgets-2.5.3 |
104 |
# WXW_INSTALL_DIR = /usr/local/packages/wx-widgets-2.5.3 |
105 |
|
105 |
|
106 |
# Where you want wx.NET to be installed. Sub-directories will |
106 |
# Where you want wx.NET to be installed. Sub-directories will |
107 |
# be created under this directory for bin and samples. THIS IS |
107 |
# be created under this directory for bin and samples. THIS IS |
108 |
# OPTIONAL and will only be used if you do a "make wxnet-install" |
108 |
# OPTIONAL and will only be used if you do a "make wxnet-install" |
109 |
# WXNET_INSTALL_DIR = $(HOME)/packages/wxnet |
109 |
WXNET_INSTALL_DIR = ${D}/usr/lib/wxnet |
110 |
# WXNET_INSTALL_DIR = /usr/local/packages/wxnet |
110 |
# WXNET_INSTALL_DIR = /usr/local/packages/wxnet |
111 |
|
111 |
|
112 |
# What .NET package to use when compiling wx.NET and running |
112 |
# What .NET package to use when compiling wx.NET and running |