OS2World.com Forum is back !!!Remember to visit OS2World at:http://www.os2world.com
rc -r -i %%UNIXROOT%%\usr\include walker.rc
As an alternative, could add the include to the makefile in the walker.res rule,Code: [Select]rc -r -i %%UNIXROOT%%\usr\include walker.rcSeems that the % needs doubled up, escape character?
[E:\PROJECTS\SAMPLEPACK\PMWALKER]make 2>&1 | tee make.outgcc -Wall -Zomf -c -O2 walker.c -o walker.objrc -r -i %%UNIXROOT%%\usr\include walker.rcfatal error C1015: cannot open include file 'os2.h'Operating System/2 Resource CompilerVersion 4.00.011 Oct 10 2000(C) Copyright IBM Corporation 1988-2000(C) Copyright Microsoft Corp. 1985-2000All rights reserved.Creating binary resource file walker.RESRC: RCPP -E -D RC_INVOKED -W4 -f walker.rc -ef C:\OS2\RCPP.ERR -I %%UNIXROOT%%\usr\includemake: *** [walker.res] Error 3