[gtkada] libgdk_pixbuf- 2.0-0.dll problem with linxtris
Jimmy Ho
dragonjade8 at gmail.com
Mon Oct 9 18:33:49 CEST 2006
My .gpr file is as follows:
with "F:\GtkAda\include\gtkada\gtkada.gpr";
project tetris is
for Main use ("linxtris.adb");
for Library_Kind use "dynamic";
package Linker is
for Default_Switches ("ada") use ("-s", "-Wl,--gc-sections",
"-mwindows");
end Linker;
package Builder is
for Default_Switches ("ada") use ("-s", "-g");
end Builder;
package Compiler is
for Default_Switches ("ada") use ("-O2", "-gnatf", "-gnatp", "-g");
end Compiler;
end tetris;
To be honest, I don't know what the switches do. This is basically what one
of the other posters told me to use.
Where do I set ADA_PROJECT_PATH ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/gtkada/attachments/20061010/04dec145/attachment.htm
More information about the gtkada
mailing list