|
|
1.1 root 1: #
2: # nono
3: # Copyright (C) 2018 [email protected]
4: #
5:
6: TARGETS= viewcgrom
7:
8: CXXFLAGS= -g
9: CPPFLAGS+= @WXWIDGETS_CPPFLAGS@
10: # OSX だと wxWidgets ヘッダ内で strict-aliasing のワーニングが出る…
11: CPPFLAGS+= -Wno-strict-aliasing
12:
13: LIBS+= @WXWIDGETS_LIBS@
14:
15: CXXSRCS= viewcgrom.cpp
16: OBJS= ${CXXSRCS:.cpp=.o}
17:
18: .include "../../Makefile.inc"
19:
20: viewcgrom: ${OBJS}
21: ${CXX} ${LDFLAGS} -o $@ $> ${LIBS}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.