3e16711ab928 — cedricbonhomme 11 years ago
link with pthread
2 files changed, 2 insertions(+), 2 deletions(-)

M serveurPartie/Debug/makefile
M serveurPrincipal/Debug/makefile
M serveurPartie/Debug/makefile +1 -1
@@ 44,7 44,7 @@ all: serveurPartie
 serveurPartie: $(OBJS) $(USER_OBJS)
 	@echo 'Building target: $@'
 	@echo 'Invoking: GCC C++ Linker'
-	g++ -lpthread  -o"serveurPartie" $(OBJS) $(USER_OBJS) $(LIBS)
+	g++ -pthread  -o"serveurPartie" $(OBJS) $(USER_OBJS) $(LIBS)
 	@echo 'Finished building target: $@'
 	@echo ' '
 

          
M serveurPrincipal/Debug/makefile +1 -1
@@ 44,7 44,7 @@ all: serveurPrincipal
 serveurPrincipal: $(OBJS) $(USER_OBJS)
 	@echo 'Building target: $@'
 	@echo 'Invoking: GCC C++ Linker'
-	g++ -lpthread  -o"serveurPrincipal" $(OBJS) $(USER_OBJS) $(LIBS)
+	g++ -pthread  -o"serveurPrincipal" $(OBJS) $(USER_OBJS) $(LIBS)
 	@echo 'Finished building target: $@'
 	@echo ' '