From: Tim Roberts on 28 Sep 2009 22:58 "RossettoeCioccolato" <rossetoecioccolato(a)newsgroup.nospam> wrote: > >How do I enable that conditionally only for free builds? > >! if $(FREEBUILD) >LINKER_FORCE_NO_DBG_SECTION=1 >! endif !if "$(DDKBUILDENV)"=="fre" LINKER_FORCE_NO_DBG_SECTION=1 !endif -- Tim Roberts, timr(a)probo.com Providenza & Boekelheide, Inc.
From: RossettoeCioccolato on 29 Sep 2009 08:42 Thanks, Tim. That works! Rossetoecioccolato. "Tim Roberts" <timr(a)probo.com> wrote in message news:grt2c51liqbltn6nuegtims3octgp22au9(a)4ax.com... > "RossettoeCioccolato" <rossetoecioccolato(a)newsgroup.nospam> wrote: >> >>How do I enable that conditionally only for free builds? >> > !if "$(DDKBUILDENV)"=="fre" > LINKER_FORCE_NO_DBG_SECTION=1 > !endif > -- > Tim Roberts, timr(a)probo.com > Providenza & Boekelheide, Inc.
First
|
Prev
|
Pages: 1 2 Prev: NULL DataBuffer SRB Next: Can someone please send/post the vhidmini and hidgame samples? |