Opened 8 years ago
#358 new bug
eclipse needs definitions to build feisty meow properly
Reported by: | Fred T. Hamster | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-nucleus | Version: | |
Keywords: | eclipse, defines | Cc: |
Description
flags like UNIX need to be defined. what's the best way to turn those on? better if we don't have to do anything manual in setting up the project.
basic method is: in project properties, add to the c++ preprocessor symbols these definitions:
name: UNIX value: {leave empty}
can we set this by default for all projects on unix? no. because there are lots of little things that get flipped for different systems and build scenarios.
need this to be automatic though, so code does the right stuff, just by default.
Note:
See TracTickets
for help on using tickets.