Changeset 190
- Timestamp:
- Apr 3, 2006, 7:13:25 PM (16 years ago)
- Location:
- branches/compat-10.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/compat-10.2/Makefile
r188 r190 9 9 CFLAGS += -Ilibtransmission 10 10 11 all: transmissioncli transmission-gtk 11 all: transmissioncli transmission-gtk transmission-beos 12 12 13 13 lib: … … 22 22 endif 23 23 24 transmission-beos: 25 ifeq ($(SYSTEM),BeOS) 26 $(MAKE) -C beos 27 endif 28 24 29 %.o: %.c Makefile.config Makefile.common Makefile 25 30 $(CC) $(CFLAGS) -o $@ -c $< … … 30 35 ifeq ($(GTK),yes) 31 36 $(MAKE) -C gtk clean 37 endif 38 ifeq ($(SYSTEM),BeOS) 39 $(MAKE) -C beos clean 32 40 endif 33 41 -
branches/compat-10.2/Makefile.common
r189 r190 14 14 15 15 ifeq ($(SYSTEM),BeOS) 16 CXXFLAGS += -Wno-multichar 16 17 ifeq ($(BEOS_NETSERVER),yes) 17 18 CFLAGS += -DBEOS_NETSERVER
Note: See TracChangeset
for help on using the changeset viewer.