Kirix Support Forums

how to edit the makefile ?

Please post all general questions, comments, bug reports, and any other wxAUI feedback here.

how to edit the makefile ?

Postby swmp on Tue May 23, 2006 2:13 am

I open the makefile and find that
Code: Select all
# change these two to match your setup
WX_DIR := ../supp/wxGTK-2.6.2
WX_CONFIG := ${WX_DIR}/lib/wx/config/inplace-gtk2-unicode-debug-static-2.6

Do I need to change this ,and change to what ?

I'm using Windows and wxWidgets install in "D:\wxWidgets-2.6.2"

thanks

-swmp
swmp
Registered User
 
Posts: 7
Joined: Thu Apr 06, 2006 12:23 am

Postby Ben on Tue May 23, 2006 1:52 pm

I admit that the Makefile is a bit Linux-centric. This is due to the fact that on Windows we build it with the VC++ IDE, and not makefiles.

You'll have to change WX_DIR to your directory. As for the second variable, WX_CONFIG, you'll have to change that to the include directory specifiers and the library directory specifiers that conform to your compiler. In addition, you'd have the append the wx linking libraries to that line.

It's a bit of a chore, but shouldn't be too difficult.

Best,
Ben
User avatar
Ben
Kirix Support Team
 
Posts: 525
Joined: Mon Dec 19, 2005 6:29 am

Return to wxAUI Questions, Thoughts & Feedback