Canghua Qu wrote:
> [...]
> What I have done are:
> 1. change the line about # generate hid files in rules.mk (\solenv\inc\) 
>     from:
>            +$(PERL) $(SOLARENV)$/bin$/mhids.pl $*.src $(SRS) $(PRJNAME) 
> $(CDEFS) $(INCLUDE)
>     To: 
>             +$(WRAPCMD) $(PERL) $(SOLARENV)$/bin$/mhids.pl $*.src $(SRS) 
> $(PRJNAME) $(CDEFS)     $(INCLUDE)
>     
> 2. do configure
> 3. in ooo_OOE680_m6\winenv.set.sh:
>    1) remove the line :  NO_HIDS="TRUE"
>     2) remove NO_HIDS in the "export" field
>     3) add a line "export PROF_EDITION=TRUE"
> 4. do dmake
> 
> [...]

Just for the records, in case anybody else wants to try this: in IRC
Ause advisided
> [11:06]       <ause>  Canghua: in mhids.pl do:
> [11:06]       <ause>  -$ret = system "hidc $filename ${shell_workfile}.c1 
> $prjname";
> [11:06]       <ause>  +$ret = system "$ENV{WRAPCMD} hidc $filename 
> [11:07]       <ause>  Canghua: and undo your changes in rules.mk
[...]
> [11:14]       <Canghua>       ause: Then Can I change the line of mhids.pl?
> [11:15]       <ause>  Canghua: if you want to create .hid files in a cygwin 
> shell, you'll need to

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to