Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 3.2.0
-
None
-
Win8.1 x64 client.
Description
JOM 1.0.14 doesn't seem to be able to handle !IF preprocessing when it follows a line with an extended macro definition. For example the following makefile gives an error:
DIRECTORIES = \
!IF EXIST(dir1)
dir1 \
!ENDIF
dir2 \
dir3 \
nmake will correctly handle this example.