Changeset 85:ad0ce3502257 in xplra
- Timestamp:
- 05/12/13 05:40:44 (11 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.hgignore
r80 r85 4 4 aclocal.m4 5 5 autom4te.cache 6 configure 6 configure$ 7 7 depcomp 8 8 install-sh -
src/plugin/src/xplra/Makefile.am
r82 r85 3 3 AM_CXXFLAGS=$(VSCPL_CFLAGS) $(LIBXPLCOMMON_CFLAGS) 4 4 5 AM_CPPFLAGS=-DXPLM200 5 if XPLANE_9 6 XPLMDEFINES=-DXPLM100 7 else 8 XPLMDEFINES=-DXPLM200 -DXPLM210 9 endif 10 11 AM_CPPFLAGS=$(XPLMDEFINES) 6 12 7 13 SRCS= \ … … 18 24 SetMultiDataRefRequest.cc \ 19 25 ReloadPluginsRequest.cc \ 20 SaveSituationRequest.cc \21 26 Globals.cc \ 22 27 MessageWindow.cc \ … … 24 29 Menu.cc \ 25 30 HotkeyHandler.cc 31 32 if !XPLANE_9 33 SRCS+=SaveSituationRequest.cc 34 endif 26 35 27 36 noinst_HEADERS= \
Note:
See TracChangeset
for help on using the changeset viewer.