On Saturday 17 March 2018 14:21:58 fredvs wrote: > > But with C (and Java too) it could be that parameters are before and after > the source to compile. > > Example with your alsadrop2.c ----> > > gcc -oalsadrop2 -lasound -pthread -g alsadrop2.c `pkg-config --cflags > --libs alsa` > > You can see that `pkg-config --cflags --libs alsa` is after alsadrop2.c. > > For this I added a "Extra" column in make option (see picture). > <http://mseide-msegui-talk.13964.n8.nabble.com/file/t2/ideu_c.png> > > It is used in make.pas. > > Huh, what about add this "Extra" column in MSEide too ? > Suggestion: use a compile or make script. C is not foreseen to be compiled with a simple commandline. You can also list the program file in the 'Make options'.
Martin ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

