Re: binplace integration to the build utility by Brian
Brian
Wed Aug 18 16:55:57 CDT 2004
"Demetrius Tsitrelis" <dtsitrelis@hotmail.com> wrote in message
news:eTdxBYWhEHA.1972@TK2MSFTNGP09.phx.gbl...
>I am having problems with this as well. If I set the following variables in
> my SOURCES:
>
> _NT386TREE=c:\
> MISCFILES=$(O)\avapi.dll
> BINPLACE_PLACEFILE = placefil.txt
>
> Build does not return any errors but the build.log reports:
>
> echo Skip Binplace:
> Skip Binplace:
A little bit of initiative is called for. If you search MAKEFILE.NEW for "skip
binplace", you should be able to solve your problem
-Brian
Brian Catlin, Sannas Consulting 310-944-9492
Windows Network, Video, WDM Device Driver Training & Consulting
See WWW.AZIUS.COM.bad for courses and scheduling
REMOVE .BAD FROM EMAIL AND WEB ADDRESS
>
> "Brian Catlin" <brianc@sannas.org.bad> wrote in message
> news:uvDOLU8gEHA.3844@TK2MSFTNGP10.phx.gbl...
>> "nir1408" <nir1408@digitalpeers.com> wrote in message
>> news:eDgPuH4gEHA.596@TK2MSFTNGP11.phx.gbl...
>> > Hello,
>> > Is there a way to integrate the binplace utility to the build utility of
> the
>> > ddk?
>> >
>> > For example the WPP tool is integrated and to use it you need to add the
> macro
>> > "RUN_WPP= $(SOURCES) -km" to the "source" file.
>> >
>> > I could not find any documentation about it in the ddk or the Internet.
>>
>> It's not documented, but take a look at your MAKEFILE.NEW file in the
> DDK\Bin
>> directory. Search for 'binplace' and 'miscfiles'.
>> In a nutshell, set MISCFILES to be the list of files you want to BinPlace,
> and
>> inside your SOURCES. file, set BINPLACE_FLAGS and BINPLACE_PLACEFILE to
> the
>> flags and place file (where the files are to go) respectively
>>
>> -Brian
>>
>> Brian Catlin, Sannas Consulting 310-944-9492
>> Windows Network, Video, WDM Device Driver Training & Consulting
>> See WWW.AZIUS.COM.bad for courses and scheduling
>> REMOVE .BAD FROM EMAIL AND WEB ADDRESS
>>
>>
>
>