summary refs log tree commit diff stats
path: root/build/build-x64.bat
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2011-01-10 08:48:50 +0100
committerberkeviktor@aol.com <berkeviktor@aol.com>2011-01-10 08:48:50 +0100
commit9c8f37cc15393e918f19a6e6e34ae52d4272383b (patch)
tree48cbcc2627ade93f976edc049c15588bb9fca9d7 /build/build-x64.bat
parenta62ba4792c3dbf72b10912e1ccbce8c5088556cb (diff)
add support for xchat-text
Diffstat (limited to 'build/build-x64.bat')
-rw-r--r--build/build-x64.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/build-x64.bat b/build/build-x64.bat
index a4148768..6f49dae2 100644
--- a/build/build-x64.bat
+++ b/build/build-x64.bat
@@ -15,6 +15,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