Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bin2cpp on Linux #9

Closed
end2endzone opened this issue Nov 27, 2017 · 3 comments
Closed

bin2cpp on Linux #9

end2endzone opened this issue Nov 27, 2017 · 3 comments

Comments

@end2endzone
Copy link
Owner

Make sure that code can also be compiled by a unix compiler (ie gcc).

@end2endzone end2endzone modified the milestones: 1.4, 2.0 Dec 13, 2017
@end2endzone end2endzone modified the milestones: 2.0, 2.1 Jan 17, 2018
@end2endzone
Copy link
Owner Author

TODO:

  • Move project source files into their own independent folders.
  • Create CMake build files (CMakeLists.txt).
  • Remove #pragma once commands.
  • Create a new project called os which holds all platform specifics implementations. (a single *.h file with multiple *.cpp files ?)

end2endzone added a commit that referenced this issue Feb 8, 2018
(required for issue #9 - Make source code cross-platform)
end2endzone added a commit that referenced this issue Feb 8, 2018
Required for issue #9 - Make source code cross-platform
@end2endzone
Copy link
Owner Author

Create folder 'cmake' at the root of the repository. Add multiple scripts to create the project files under /cmake/build so it does not interfere with existing project files.

@end2endzone end2endzone changed the title Make source code cross-platform bin2cpp on Linux Apr 18, 2018
@end2endzone
Copy link
Owner Author

Fixed in 079cf2e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant