Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Windows 7: Momentics corrupting common.mk: (1 Item)
   
Windows 7: Momentics corrupting common.mk  
Reinstalled Momentics (Version: 4.6.0 / Build id: I20090510) on new Windows/7 development machine.

Every time it updates the file 'common.mk' in a QNX C++ project it leaves out / removes the following:

    ifndef QNX_INTERNAL
    QNX_INTERNAL=$(PROJECT_ROOT)/.qnx_internal.mk
    endif
    include $(QNX_INTERNAL)

This problem didn't occur on my old Windows/XP development system. 

Any insights on how to fix this issue is much appreciated.