Code Monkey home page Code Monkey logo

Comments (3)

xq114 avatar xq114 commented on August 17, 2024

#2969 或者存在 BuildAll 时把BuildAll作为第一个;但 BuildAll 如果是phony target,点运行还是会报错。有没有什么办法在试图运行phony target的时候给出正确的报错信息?

from xmake.

waruqi avatar waruqi commented on August 17, 2024

但可以调整target顺序来指定默认startup target。这样当项目中有binary类型时,将其中一个放到.sln里第一位即可指定为default startup target,直接打开点运行就可以。

原本就有做处理,如果不 work ,可以调下这里

elseif target:is_binary() then

from xmake.

Issues-translate-bot avatar Issues-translate-bot commented on August 17, 2024

Bot detected the issue body's language is not English, translate it automatically.


But the target order can be adjusted to specify the default startup target. In this way, when there is a binary type in the project, put one of them first in .sln and specify it as the default startup target. Just open it and run it.

It is already processed. If it does not work, you can adjust it here.

elseif target:is_binary() then

from xmake.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.