A small request

Tor Lillqvist <[email protected]> Wed, 22 Jan 2003 23:57:46 +0000
Newsgroups gmane.comp.video.gimp.windows.devel
Message-ID <[email protected]>
Dark Elf writes:
 > can anyone send me a makefile to compile any gtk code.
 > I would edit it. it's just that I want to see what the make file is made 
 > of. 

You were using MSVC, right? 

================cut here================
HW_OBJS = helloworld.obj othersourcefile.obj

helloworld.exe: $(HW_OBJS)
	cl -MD -Fehelloworld.exe $(HW_OBJS)

.c.obj:
	cl -MD -c $<
================cut here================

Especially note the TAB characters. They need to be there. 

Please read the nmake documentation. (It does come with some
documentation, yes?)

 > in linux we use vi what do we do to write a make file. edit command
 > does a makefile made in that work.

Huh?

--tml



To Post a message, send it to:   [email protected]
To Unsubscribe, send a blank message to: [email protected] 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/