Changeset 5565:8e621ff8c3d0 in roaraudio
- Timestamp:
- 07/16/12 02:52:50 (11 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r5564 r5565 1 1 v. 1.0beta4 - ? 2 2 * Stop building roard with -rdynamic on win32 (Closes: #269) 3 * Renamed protocol plugins for roard to protocol-* (Closes: #258) 3 4 4 5 v. 1.0beta3 - Sun Jul 15 2012 26:08 CEST -
plugins/roard/Makefile
r5478 r5565 2 2 include ../../Makefile.inc 3 3 4 TARGETS= echo$(SHARED_SUFFIX) daytime$(SHARED_SUFFIX) discard$(SHARED_SUFFIX)irc$(SHARED_SUFFIX) tic-tac-toe$(SHARED_SUFFIX) listenpty$(SHARED_SUFFIX)4 TARGETS=protocol-echo$(SHARED_SUFFIX) protocol-daytime$(SHARED_SUFFIX) protocol-discard$(SHARED_SUFFIX) protocol-irc$(SHARED_SUFFIX) tic-tac-toe$(SHARED_SUFFIX) listenpty$(SHARED_SUFFIX) 5 5 6 6 #DEFINES = -DDEBUG
Note: See TracChangeset
for help on using the changeset viewer.