From: Brian P. <bri...@tu...> - 2005-07-11 14:35:15
|
aac...@ad... wrote: > Hi. > > I have an older version of chromium 1.7 and noticed it contained > the file pack_program_swap.c and supported the call > crPackProgramStringARBSWAP. I also have looked at the chromium > v1.8 code that is available and have noticed the > pack_program_swap.c file does not exist. Is there a reason for the > file to not be included in the chromium v1.8? That file is generated with a python script during compilation time. I.e. if you run 'make', it'll get generated. That's true of quite a few source files in Chromium. -Brian |