aboutsummaryrefslogtreecommitdiff
path: root/zen/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-31/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* tweaks for enabling unity buildsStefan Boberg2023-04-191-0/+1
| | | | | | | | | | mostly changes to make sure anonymous namespaces don't clash and a change to avoid windows headers from leaking into other compilation units unity builds are not yet enabled by default, but can be enabled by uncommenting this line in the root `xmake.lua` ``` --add_rules("c++.unity_build") ```
* removed HttpLaunchService and related codeStefan Boberg2023-01-241-2/+2
| | | | this was used for testing but is no longer wanted in this form
* Added version information to server executable (#215)Stefan Boberg2023-01-241-0/+2
| | | | | This change adds some version and product information to the Windows executable, in order to make it easier for users to understand the purpose of the zenserver.exe process when they see it in Task Manager and on disk It also adds back the executable icon which was lost when we transitioned from the previous sln build process
* move BasicFile to zenutil to remove zenstore dependency from zen command (#190)Dan Engelbrecht2022-11-171-1/+1
|
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
|
* Linker flags for zen target on MacMartin Ridgers2022-01-111-0/+7
|
* Include header files when generating solution.Per Larsson2021-12-141-0/+1
|
* xmake: added zenhttp dependency to make zen CLI tool buldStefan Boberg2021-09-151-1/+1
|
* Further xmake file cleanupStefan Boberg2021-09-071-0/+1
|
* Restructured xmake filesStefan Boberg2021-09-061-1/+2
| | | | Mostly: moved dependencies to the module which introduces them
* xmake build files (experimental)Stefan Boberg2021-09-041-0/+16