From: Peter Kümmel Date: Mon, 30 Apr 2007 17:41:21 +0000 (+0000) Subject: cmake: Wasn't there a other compiler than msvc? :) X-Git-Tag: 1.6.10~9956 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2203d776caa7bc7cd9f47285184a14e6bc85d796;p=features.git cmake: Wasn't there a other compiler than msvc? :) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18126 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/src/tex2lyx/CMakeLists.txt b/development/cmake/src/tex2lyx/CMakeLists.txt index 94dda9c4a8..e99695137c 100644 --- a/development/cmake/src/tex2lyx/CMakeLists.txt +++ b/development/cmake/src/tex2lyx/CMakeLists.txt @@ -50,7 +50,7 @@ if(MSVC) else(MSVC) SET_SOURCE_FILES_PROPERTIES(${TOP_SRC_DIR}/src/Layout.cpp ${TOP_SRC_DIR}/src/TextClass.cpp PROPERTIES COMPILE_FLAGS - "-include ${TOP_SRC_DIR}/src/tex2lyx/Font.h -include ${TOP_SRC_DIR}/src/tex2lyx/Spacing.h") + "-DFONT_H -include ${TOP_SRC_DIR}/src/tex2lyx/Font.h -include ${TOP_SRC_DIR}/src/tex2lyx/Spacing.h") endif(MSVC) #TODO