- Timestamp:
- Jul 26, 2013, 6:28:39 PM (11 years ago)
- Branches:
- master
- Children:
- 9fe1807
- Parents:
- 411c1ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/makefile
r411c1ae r46d6469 3 3 FLAGS = $(LIB_FLAGS) 4 4 COMMON_PATH = ../common 5 DEPENDENCIES = Common.o Message Processor.o Player.o WorldMap.o DataAccess.o Projectile.o5 DEPENDENCIES = Common.o MessageContainer.o MessageProcessor.o Player.o WorldMap.o DataAccess.o Projectile.o 6 6 7 7 server : server.cpp $(DEPENDENCIES) … … 9 9 10 10 Common.o : $(COMMON_PATH)/Common.cpp 11 $(CC) -c -o $@ $? 12 13 MessageContainer.o : $(COMMON_PATH)/MessageContainer.cpp 11 14 $(CC) -c -o $@ $? 12 15
Note:
See TracChangeset
for help on using the changeset viewer.