Boilerplate, boilerplate, boilerplate!!!
I've created a project for client & editor programs, by simply copying one to the other. Right now, the client still has the editor scene, but I'll switch that out soon. I've also added a license header to the server's source. I don't remember what else I did, but at this point it should theoretically build out of the box.
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ OBJ=$(addprefix $(OBJDIR)/,$(SRC:.cpp=.o))
|
||||
|
||||
#output
|
||||
OUTDIR=../out
|
||||
OUT=$(addprefix $(OUTDIR)/,server)
|
||||
OUT=$(addprefix $(OUTDIR)/,client)
|
||||
|
||||
#targets
|
||||
all: $(OBJ) $(OUT)
|
||||
|
||||
Reference in New Issue
Block a user