|
|
3.12a Javascript
# Makefile
#########################################################################
# Makefile for Synchronet BBS Menu Editor (menuedit)
# For use with gcc and gmake for *nix #
# @format.tab-size 4 #
#########################################################################
# $Id: gnumakefile,v 1.1.1.1 2018/04/24 16:41:12 root Exp $
# Macros
#DEBUG = 1 # Comment out for release (non-debug) version
#USE_FLTK= 1
USE_UIFC32= 1
NEED_UIFC := 1
XPDEV ?= ../../xpdev/
UIFC_SRC ?= ../../uifc/
include ${XPDEV}Common.gmake
include ${UIFC_SRC}Common.gmake
# MenuEdit Build Rule
$(MENUEDIT): $(OBJS)
@echo Linking $@
${QUIET}$(CC) $(LDFLAGS) $(OBJS) -o $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.