diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-26 16:49:38 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-26 16:49:38 +0200 |
commit | 40b7012630884d90297218a79fffff9a7c450ae6 (patch) | |
tree | f8717494c8a4b4fe1d446e2d3624af4d9a78bb20 /build/build-x64.bat | |
parent | 4be9981bfc8c74018224f2b3339ba0aa555b7c3d (diff) |
clean fe-text before building for x64
Diffstat (limited to 'build/build-x64.bat')
-rw-r--r-- | build/build-x64.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat index 4121cc8e..c13459b6 100644 --- a/build/build-x64.bat +++ b/build/build-x64.bat @@ -10,6 +10,8 @@ cd common nmake /nologo /f makefile.mak clean cd ..\fe-gtk nmake /nologo /f makefile.mak clean +cd ..\fe-text +nmake /nologo /f makefile.mak clean cd .. nmake /nologo /f makefile.mak cd ..\plugins |