In this case all you want is modify this LIB. So follow the following steps:
Copy the INTR folder to your BSP.
Change (or add) the RELEASETYPE in the sources file of INTR in your BSP to "PLATFORM" (now the lib will output to \WINCEX00\PLATFORM\YourBSP\lib\...
Now make sure that all other sources. files in your BSP that link oal_intr_x86.lib now point to your local BSP version of that lib instead of the PLATFORM\COMMON one.
RE: Well... it did work when I
In this case all you want is modify this LIB. So follow the following steps:
Copy the INTR folder to your BSP.
Change (or add) the RELEASETYPE in the sources file of INTR in your BSP to "PLATFORM" (now the lib will output to \WINCEX00\PLATFORM\YourBSP\lib\...
Now make sure that all other sources. files in your BSP that link oal_intr_x86.lib now point to your local BSP version of that lib instead of the PLATFORM\COMMON one.