jonnahtan

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jonnahtan
    Participant

    I finally created two VisualGDB projects, one for “source_1” and another for “source_2” and compile them individually.

    jonnahtan
    Participant

    Hello,

    I am facing a similar problem. In my case, the folder structure is like:

    — main

    —— source_1 (folder)

    —— source_2 (folder)

    —— other (folder)

    —— Makefile (file)

    The Makefile in the main folder call the Makefiles of both source folders.

    In the file synchronization settings I choose the main folder as local directory, and choose the option “Include selected subdirectories only”, to sync only “source_1” and “source_2”.

    The problem is that when I try to build the solution the Makefile in the main folder is not transferred to the remote dir. Then the error “make: *** No targets specified and no makefile found.  Stop.” occurs.

    What can i do to transfer the Makefile with the rest of the source?

    Thanks!

     

    • This reply was modified 8 years, 11 months ago by jonnahtan. Reason: adding more indentation
Viewing 2 posts - 1 through 2 (of 2 total)