[mapguide-commits] r9295 - sandbox/jng/cmake_v2/BuildTools/WebTools/IMake

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 9 01:36:40 PST 2018


Author: jng
Date: 2018-01-09 01:36:40 -0800 (Tue, 09 Jan 2018)
New Revision: 9295

Modified:
   sandbox/jng/cmake_v2/BuildTools/WebTools/IMake/Makefile
Log:
Fix original IMake makefile in light of recent changes

Modified: sandbox/jng/cmake_v2/BuildTools/WebTools/IMake/Makefile
===================================================================
--- sandbox/jng/cmake_v2/BuildTools/WebTools/IMake/Makefile	2018-01-09 07:43:27 UTC (rev 9294)
+++ sandbox/jng/cmake_v2/BuildTools/WebTools/IMake/Makefile	2018-01-09 09:36:40 UTC (rev 9295)
@@ -16,7 +16,7 @@
 CXXFLAGS = -pipe -UZTS -Wall -W -O2 -g -pipe -fno-use-cxa-atexit -fexceptions  -DNDEBUG
 LEXFLAGS = 
 YACCFLAGS= -d
-INCPATH  = -I$(QTDIR)/mkspecs/default -I.
+INCPATH  = -I$(QTDIR)/mkspecs/default -I. -I../../../Oem/tclap-1.2.2/include
 LINK     = g++
 LFLAGS   = 
 LIBS     = $(SUBLIBS)  
@@ -116,10 +116,12 @@
 
 Linux/obj/debug/IMake.o: IMake.cpp stdafx.h \
 		SimpleXmlParser.h
+	test -d Linux/obj/debug || mkdir -p Linux/obj/debug
 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Linux/obj/debug/IMake.o IMake.cpp
 
 Linux/obj/debug/SimpleXmlParser.o: SimpleXmlParser.cpp stdafx.h \
 		SimpleXmlParser.h
+	test -d Linux/obj/debug || mkdir -p Linux/obj/debug
 	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o Linux/obj/debug/SimpleXmlParser.o SimpleXmlParser.cpp
 
 ####### Install



More information about the mapguide-commits mailing list