diff options
author | 2012-07-28 12:43:01 -0400 | |
---|---|---|
committer | 2012-07-28 12:43:01 -0400 | |
commit | 87771304ffb6aec5f55677fe1e1bd388056d917f (patch) | |
tree | 4a99072085877946b7a39bc78fd8fe52ebe214e2 /src | |
parent | 333876538c704183ba68b245be0a086141995ece (diff) | |
download | textadept-87771304ffb6aec5f55677fe1e1bd388056d917f.tar.gz textadept-87771304ffb6aec5f55677fe1e1bd388056d917f.zip |
Updated tmp build environment to include win64gtk; src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 78325cd8..f1eecb2a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -178,7 +178,7 @@ tmp: rm -rf /tmp/tabuild && hg clone ../ /tmp/tabuild cp -rL ../Doxyfile ../doc ../lexers ../modules /tmp/tabuild/ cp -r gtdialog gtkosx LexLPeg.cxx libluajit*.a lua luajit lua51.dll \ - scintilla termkey cdk win32gtk /tmp/tabuild/src/ + scintilla termkey cdk win*gtk /tmp/tabuild/src/ cd /tmp/tabuild/src/luajit && $(MAKE) clean ln -s `pwd`/../releases /tmp/tabuild @echo /tmp/tabuild ready for building. |