Skip to content

Commit

Permalink
Have re2c omit the build timestamp.
Browse files Browse the repository at this point in the history
Now revision control won't think that this file changed every time I rebuild.
  • Loading branch information
icculus committed Feb 13, 2009
1 parent 9bf4217 commit c8fb7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit c8fb7f5

Please sign in to comment.