diff options
Diffstat (limited to 'make.bat')
-rw-r--r-- | make.bat | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ SET MODE=release if "%2"=="debug" SET MODE=debug
REM use perl to create the config file
+perl wintools\version.pl >VERSION
perl wintools\make.pl %CC%
type makeconfig > Makefile
|