Exclude win32 wrapper.

This commit is contained in:
Lymia Aluysia
2017-01-18 06:57:12 -06:00
parent 1c639de511
commit 116b7e9265
5 changed files with 16 additions and 46 deletions
+1 -1
View File
@@ -39,5 +39,5 @@ endif
# The script used to generate is MakeAM.sh' > Makefile.am;
find . -name *.cpp | sed "s/\./magicseteditor_SOURCES += ./" >> Makefile.am;
find . -name *.cpp | grep -v "win32_cli_wrapper\.cpp$" | sed "s/\./magicseteditor_SOURCES += ./" >> Makefile.am;