Required help on gnomeui
- From: Darshan wakchaure Vashimail ltitl com
- To: gtk-app-devel-list gnome org
- Subject: Required help on gnomeui
- Date: Thu, 24 May 2001 16:16:01 +0530
I am new to Xwindow,
I am trying to build a gui in Linux using Gnomeui.
CAn anybody help me to write the make file for the same...
What i had written is:
=====================
darshan$ cat makefile
out : main.o
g++ -o Result main.o `gnome-config --cflags --libs gnomeui`
main.o : main.cpp
g++ -c main.cpp `gnome-config --cflags --libs gnomeui`
clean :
rm main.o Result
darshan$
============================
How do i use -I and -L options ???
Thanks,
Darshan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]