This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
neofx-zoomedit/Makefile.am

4 lines
206 B
Text
Raw Normal View History

2007-06-21 19:52:03 +00:00
bin_PROGRAMS = zoomedit
2007-09-16 14:07:03 +00:00
zoomedit_SOURCES = zoomedit.cpp window.cpp ui.cpp draw.cpp level.cpp geometry.cpp edit.cpp Vertex.cpp
zoomedit_CPPFLAGS = @GTK_CFLAGS@
2007-06-21 19:52:03 +00:00
zoomedit_LDADD = @GTK_LIBS@