From c8fb7f51d49829a19c869666265001669b910e3f Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 13 Feb 2009 18:57:11 -0500 Subject: [PATCH] Have re2c omit the build timestamp. Now revision control won't think that this file changed every time I rebuild. --- CMakeLists.txt | 2 +- mojoshader_lexer.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7050d20..524f4015 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ ELSE(NOT RE2C) OUTPUT mojoshader_lexer.c DEPENDS mojoshader_lexer.re COMMAND ${RE2C} - ARGS -is -o ${CMAKE_CURRENT_SOURCE_DIR}/mojoshader_lexer.c ${CMAKE_CURRENT_SOURCE_DIR}/mojoshader_lexer.re + ARGS -is --no-generation-date -o ${CMAKE_CURRENT_SOURCE_DIR}/mojoshader_lexer.c ${CMAKE_CURRENT_SOURCE_DIR}/mojoshader_lexer.re ) ENDIF(NOT RE2C) diff --git a/mojoshader_lexer.c b/mojoshader_lexer.c index 4963adde..a99b4800 100644 --- a/mojoshader_lexer.c +++ b/mojoshader_lexer.c @@ -1,4 +1,4 @@ -/* Generated by re2c 0.12.1 on Fri Feb 13 01:08:10 2009 */ +/* Generated by re2c 0.12.1 */ /** * MojoShader; generate shader programs from bytecode of compiled * Direct3D shaders.