Skip to content

Commit

Permalink
Feeling brave. Refactored the post-build into the tools folder. Have …
Browse files Browse the repository at this point in the history
…to review the API example as the project file depends on JC internals. Looks a bit more clear imho.
  • Loading branch information
ryobg committed Feb 15, 2018
1 parent f68e4a3 commit b00175d
Show file tree
Hide file tree
Showing 23 changed files with 145 additions and 424 deletions.
6 changes: 0 additions & 6 deletions JContainers.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "API_example", "api_usage_ex
{7028B79C-06E3-4D9A-B38C-1DC3680B1BDB} = {7028B79C-06E3-4D9A-B38C-1DC3680B1BDB}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "post-build", "post-build\post-build.vcxproj", "{7A9BC6AF-C4C0-48EB-AE58-C64270A6823D}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "luajit", "dep\luajit\luajit.vcxproj", "{7D8B3C09-A91E-4C14-93AF-059F314C601F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "dep\googletest\gtest.vcxproj", "{C8F6C172-56F2-4E76-B5FA-C3B423B31BE7}"
Expand Down Expand Up @@ -55,10 +53,6 @@ Global
{6A52E028-EA40-467A-9055-6C7320B2746D}.Debug|x64.Build.0 = Debug|x64
{6A52E028-EA40-467A-9055-6C7320B2746D}.Release|x64.ActiveCfg = Release|x64
{6A52E028-EA40-467A-9055-6C7320B2746D}.Release|x64.Build.0 = Release|x64
{7A9BC6AF-C4C0-48EB-AE58-C64270A6823D}.Debug|x64.ActiveCfg = Debug|x64
{7A9BC6AF-C4C0-48EB-AE58-C64270A6823D}.Debug|x64.Build.0 = Debug|x64
{7A9BC6AF-C4C0-48EB-AE58-C64270A6823D}.Release|x64.ActiveCfg = Release|x64
{7A9BC6AF-C4C0-48EB-AE58-C64270A6823D}.Release|x64.Build.0 = Release|x64
{7D8B3C09-A91E-4C14-93AF-059F314C601F}.Debug|x64.ActiveCfg = Debug|x64
{7D8B3C09-A91E-4C14-93AF-059F314C601F}.Debug|x64.Build.0 = Debug|x64
{7D8B3C09-A91E-4C14-93AF-059F314C601F}.Release|x64.ActiveCfg = Release|x64
Expand Down
2 changes: 0 additions & 2 deletions post-build/.gitignore

This file was deleted.

Empty file removed post-build/__init__.py
Empty file.
3 changes: 0 additions & 3 deletions post-build/dummy.cpp

This file was deleted.

12 changes: 0 additions & 12 deletions post-build/install_Distrib.py

This file was deleted.

14 changes: 0 additions & 14 deletions post-build/install_Local.py

This file was deleted.

204 changes: 0 additions & 204 deletions post-build/jc_install.py

This file was deleted.

Loading

0 comments on commit b00175d

Please sign in to comment.