Commit graph

9 commits

Author SHA1 Message Date
Orgad Shaneh
a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
SupSuper
d0a7029131 MSVC: Fix missing internal_revision.h on clean builds
Can't compare with a file that doesn't exist
2019-10-12 22:57:46 +01:00
Le Philousophe
c893c5a60b MSVC: Fix MoveFile error when destination exists
Use CopyFile with overwrite flag instead
2019-09-25 18:23:34 +02:00
Le Philousophe
d16e6a7d49 MSVC: Don't overwrite version.h if it hasn't changed
That avoids superfluous recompilation and linkage of project when nothing
has changed.
2019-09-20 11:18:18 +02:00
Littleboy
a08158a004 CREATE_PROJECT: Generate a default revision header when no revision can be determined 2011-05-13 15:49:57 -04:00
Littleboy
3f37062902 CREATE_PROJECT: Generate the same revision numbers as the configure script
The revision number now includes the number of commits since the last tag
2011-05-05 13:59:35 -04:00
Littleboy
5618276f18 TOOLS: Add documentation to create_project installer/revision build scripts 2011-04-28 05:02:39 -04:00
Littleboy
11b907ebf4 CREATE_PROJECT: Update revision number support (fixes bug #3280881)
Replace existing environment variable based revision number support by a file-based method
 - Generate a special header file in the build output folder with the current revision number
 - Include the new header file from internal_version.h when a specific define is set
 - Update create_project to define SCUMMVM_INTERNAL_REVISION as needed and add the build output folder to the include path
 - Remove support for git-svn clones in the revision script (not useful anymore after the switch to git)
2011-04-24 16:59:46 -04:00
Max Horn
6cf1de87ac DEVTOOLS: Renamed 'tools' directory to 'devtools' 2011-04-09 23:47:35 +02:00
Renamed from tools/create_project/scripts/revision.vbs (Browse further)