语言

Menu
Sites
Language
native-gen works incorrectly

Hi there. I try to use console tools to build my project.

First of all I generate makefile

native-gen makefile -t app

But there are a number of folders with source files inside src/ directory in the project. Like that:

Project
  \
   |-inc/
   |  \
   |   |-Model/
   |   |   \-file2.h
   |   |-file1.h
   |-src/
      \
       |-Model/
       |   \-file2.cpp
       |-file1.cpp

makefile doesn't see the files inside Model. And file2.cpp will not be compiled. How can I fix it?

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

1 回复
wil smith
native-gen supports source file withing default folder structure only. If you want to include customized foldels, add them manually in the makefile.