Page MenuHomeDevCentral

Makefile
No OneTemporary

Makefile

# ------------------------------------------------ #
# Darkbot Makefile (c) Jason Hamilton 07.06.98 #
# paul@msunix.co.uk 08/12/2001 #
# ------------------------------------------------ #
# To compile Darkbot, just type 'make' #
# To compile for Win32 (95/98/NT) 'make win' #
# To compile for Win32 with no console, type #
# 'make win2' #
# To compile for Win32 with cygwin, type #
# 'make cygwin' #
# #
# To compile in debug mode, type 'make debug' #
# To compile and have all data be logged to #
# ..darkbot_debug.log, 'make debug2' #
# ------------------------------------------------ #
SOURCE_DIR = source
all:
@cd ${SOURCE_DIR}; make all; cd ..;
win:
@cd ${SOURCE_DIR}; make win; cd ..;
win2:
@cd ${SOURCE_DIR}; make win2; cd ..;
cygwin:
@cd ${SOURCE_DIR}; make cygwin; cd ..;
debug:
@cd ${SOURCE_DIR}; make debug; cd ..;
debug2:
@cd ${SOURCE_DIR}; make debug2; cd ..;
clean:
@echo "Cleaning ..."; cd ${SOURCE_DIR}; make clean; cd ..;

File Metadata

Mime Type
text/x-makefile
Expires
Fri, Feb 28, 20:13 (1 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2438043
Default Alt Text
Makefile (1 KB)

Event Timeline