Skip to content

Commit

Permalink
colors.hpp -> farcolor.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
alabuzhev committed Aug 23, 2016
1 parent 9213bc3 commit cbeec5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/nightly/far.sh
Expand Up @@ -53,10 +53,10 @@ return 0
function buildfar {
cd $1 || return 1
mkdir -p Include
dos2unix colors.hpp
dos2unix farcolor.hpp
dos2unix plugin.hpp
dos2unix DlgBuilder.hpp
m4 -P -DFARBIT=32 -DHOSTTYPE=Unix -DINPUT=colors.hpp headers.m4 | unix2dos > Include/farcolor.hpp
m4 -P -DFARBIT=32 -DHOSTTYPE=Unix -DINPUT=farcolor.hpp headers.m4 | unix2dos > Include/farcolor.hpp
m4 -P -DFARBIT=32 -DHOSTTYPE=Unix -DINPUT=plugin.hpp headers.m4 | unix2dos > Include/plugin.hpp
m4 -P -DFARBIT=32 -DHOSTTYPE=Unix -DINPUT=DlgBuilder.hpp headers.m4 | unix2dos > Include/DlgBuilder.hpp

Expand Down

0 comments on commit cbeec5b

Please sign in to comment.