Skip to content
Snippets Groups Projects
Commit f9614086 authored by deuce's avatar deuce
Browse files

Add hack to enable cmake to get the result of the unholy mess that is

the generation of the various *ODIR paths.
parent f809dc0a
No related branches found
No related tags found
No related merge requests found
#
# This file is only to be used until the CMake system
# is used. It outputs the hacked up output directories
# for the old build system.
#
# $Id$
all: output-dirs
PWD := $(shell pwd)
SRC_ROOT ?= ${PWD}/..
include $(SRC_ROOT)/build/Common.gmake
.PHONY: output-dirs
output-dirs:
@echo ${LIBODIR}
@echo ${OBJODIR}
@echo ${MTOBJODIR}
@echo ${EXEODIR}
@echo $(CCPRE).$(machine).$(BUILDPATH)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment