|
From: Casper H. <ch...@us...> - 2001-11-02 15:56:39
|
> -----Original Message----- > From: Phillip Susi [mailto:ps...@cf...] > Sent: 2. november 2001 01:55 > To: ros...@re... > Subject: [ros-kernel] makefile muckup > > > I can't build regexpl because the include search dirs passed > to windres are > not correct for some reason, and it can't find the includes. > I can't for > the life of me find where the makefile defines how to build a > .coff from a > .rc with windres. Anyone got any idea here, cause I'm confused. The rosapps module does not (yet) use helper.mk so makefiles are just like before. If you use helper.mk, you should just give your resource (.rc) file the same base name as your TARGET_NAME. The build system will look for $(TARGET_NAME).rc. Casper ==================================================== = To remove yourself from this mailing list, go to = = http://www.reactos.com/home/mailing.html = ==================================================== |