From 7225c4ee517e11434ac526907b38779ebfb8a3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Tue, 10 May 2016 10:06:59 +0200 Subject: [PATCH] Project file adapted to comply with the new DRAMPower Makefile --- DRAMSys/simulator/simulator.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DRAMSys/simulator/simulator.pro b/DRAMSys/simulator/simulator.pro index 307a3ffc..1d5a6f40 100644 --- a/DRAMSys/simulator/simulator.pro +++ b/DRAMSys/simulator/simulator.pro @@ -5,7 +5,7 @@ CONFIG += console CONFIG -= app_bundle CONFIG -= qt -system(cd ../../DRAMSys/simulator/src/common/third_party/DRAMPower; make lib;) +system(cd ../../DRAMSys/simulator/src/common/third_party/DRAMPower; make src/libdrampower.a;) systemc_home = $$(SYSTEMC_HOME) isEmpty(systemc_home) {