Python
|
Last Activity: 01/15/2012 22:29
Mentions
| 12/22/2021 |
| 11:19 - Musikta mentioned Python in post Server Source Problem ..._="$(REVISION)" -c $< -o $@
echo compiling $<
$(OBJDIR)/%.o: %.cpp
echo compiling $<
@$(CC) $(CFLAGS) $(INCDIR) -c $< -o $@
limit_time:
echo update limit time
Python update_limit_time.py
$(TARGET): $(CPPOBJS) $(COBJS) $(MAINOBJ)
echo linking $(TARGET)....
@$(CC) $(CFLAGS) $(LIBDIR) $(COBJS) $(CPPOBJS) $(MAINOBJ) $(LIBS) -o $(TARGET)... |
| 11/06/2017 |
| 16:57 - Python die Methode wie ohne Banngefahr gehandelt wird werde ich nicht öffentlich schreiben, das werden nur meine Handelspartner erfahren.. du weisst selber dass hier Crewler unterweg... |
| 05/15/2017 |
| 20:15 - korcakd1 mentioned Python in post Metin2 source compiling ...D__SVN_VERSION__=\"$(SVN_VERSION)\" -c $< -o $@
@$(CC) $(CFLAGS_REL) $(INCDIR) -D__SVN_VERSION__=\"$(SVN_VERSION)\" -c $< -o $@
limit_time:
echo update limit time
Python update_limit_time.py
$(DTARGET): $(OBJ_DBG_FILES)
echo $(CC) $(CLINKFLAGS_DBG) $(LIBDIR) $(LIBS) -o $(DTARGET)
@$(CC) $(CLINKFLAGS_DBG) $(LIBDIR) $(OBJ_DBG_FILES) $(LIB... |
| 03/19/2016 |
| 20:07 - 1Fantasy1 mentioned Python in post Source Probleme.. ...=\"$(SVN_VERSION)\" -c $< -o $@
echo compile $<
$(OBJDIR)/%.o: %.cpp
echo compile $<
@$(CC) $(CFLAGS) $(INCDIR) -c $< -o $@
limit_time:
echo update limit time
Python update_limit_time.py
$(TARGET): $(CPPOBJS) $(COBJS) $(MAINOBJ)
echo linking $(TARGET)....
@$(CC) $(CFLAGS) $(LIBDIR) $(COBJS) $(CPPOBJS) $(MAINOBJ) $(LIBS) -o $(TARGET)... |





