wxGTK integration in Eclipse 3.1.1 problems! [message #162708] |
Sun, 29 January 2006 16:35 |
Eclipse User |
|
|
|
Originally posted by: tamer.nomail.de
Hi!
Usuallly to compile wxWidgets samples you need to to modify the project
"g++" command to:
g++ myfoo.cpp `wx-config --libs --cxxflags` -o myfoo
Now the question to you guys is:
Is in CDT a usrvariable that makes it possible for me to replace with
myfoo.cpp ?!
1. I want of course CDT replaces the variable with the current c++ file
which I want to compile. That would be great. Is that possible?
g++ $VAR1 `wx-config --libs --cxxflags` -o $VAR2
that $VAR1 is being replaced with the current C++ project file I want to
compile and $VAR2 is the ouptut name.
Like
2. Can I modify CDT to run the g++ command only, instaed after it
"make"?! Because the g++ command automaticly creates this what I want.
for any help your side...
Thank you
Tamer
|
|
|
Powered by
FUDForum. Page generated in 0.02952 seconds