mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Use FFileName
This commit is contained in:
parent
11c01a53de
commit
476927effc
@ -23,8 +23,8 @@ SOURCE = evoke.cpp
|
|||||||
#ObjectC++Flags $(SOURCE) : -DUSE_LOCAL_CONFIG ;
|
#ObjectC++Flags $(SOURCE) : -DUSE_LOCAL_CONFIG ;
|
||||||
|
|
||||||
EdeProgram evoke : $(SOURCE) ;
|
EdeProgram evoke : $(SOURCE) ;
|
||||||
|
EdeManual [ FFileName doc evoke.txt ] ;
|
||||||
TranslationStrings locale : $(SOURCE) ;
|
TranslationStrings locale : $(SOURCE) ;
|
||||||
EdeManual doc/evoke.txt ;
|
|
||||||
|
|
||||||
FltkProgramBare test/evoke_test : test/evoke_test.cpp : "noinstall" ;
|
FltkProgramBare test/evoke_test : test/evoke_test.cpp : "noinstall" ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user