Bug 968617 - Fix the file name in the GLConsts.h update script. r=bjacob
This commit is contained in:
@@ -46,22 +46,22 @@ class GLConstHeader:
|
|||||||
|
|
||||||
def formatFileBegin(self):
|
def formatFileBegin(self):
|
||||||
self.write([
|
self.write([
|
||||||
'/* This Source Code Form is subject to the terms of the Mozilla Public',
|
'/* This Source Code Form is subject to the terms of the Mozilla Public',
|
||||||
' * License, v. 2.0. If a copy of the MPL was not distributed with this',
|
' * License, v. 2.0. If a copy of the MPL was not distributed with this',
|
||||||
' * file, You can obtain one at http://mozilla.org/MPL/2.0/. */',
|
' * file, You can obtain one at http://mozilla.org/MPL/2.0/. */',
|
||||||
'',
|
'',
|
||||||
'#ifndef GLCONSTS_H_',
|
'#ifndef GLCONSTS_H_',
|
||||||
'#define GLCONSTS_H_',
|
'#define GLCONSTS_H_',
|
||||||
'',
|
'',
|
||||||
'/**',
|
'/**',
|
||||||
' * GENERATED FILE, DO NOT MODIFY DIRECTLY.',
|
' * GENERATED FILE, DO NOT MODIFY DIRECTLY.',
|
||||||
' * This is a file generated directly from the official OpenGL registry',
|
' * This is a file generated directly from the official OpenGL registry',
|
||||||
' * xml available http://www.opengl.org/registry/#specfiles.',
|
' * xml available http://www.opengl.org/registry/#specfiles.',
|
||||||
' *',
|
' *',
|
||||||
' * To generate this file, see tutorial in GLParseRegistry.py',
|
' * To generate this file, see tutorial in \'GLParseRegistryXML.py\'.',
|
||||||
' */',
|
' */',
|
||||||
''
|
''
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
def formatLibBegin(self, lib):
|
def formatLibBegin(self, lib):
|
||||||
|
|||||||
Reference in New Issue
Block a user