Skip to content

Commit

Permalink
Move include-folder into lib-folder
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenAR committed Dec 16, 2020
1 parent a5f2684 commit bdf055b
Show file tree
Hide file tree
Showing 41 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Aman/Aman.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(SolutionDir)include</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>$(SolutionDir)lib\include</AdditionalIncludeDirectories>
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
</ClCompile>
<Link>
Expand Down Expand Up @@ -139,7 +139,7 @@
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(SolutionDir)include</AdditionalIncludeDirectories>
<AdditionalIncludeDirectories>$(SolutionDir)lib\include</AdditionalIncludeDirectories>
<TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
</ClCompile>
<Link>
Expand Down
2 changes: 1 addition & 1 deletion Aman/AmanPlugIn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AmanPlugIn::AmanPlugIn() : CPlugIn(COMPATIBILITY_CODE, "Arrival Manager", "1.4.0
std::string fullPluginPathStr(fullPluginPath);
pluginDirectory = fullPluginPathStr.substr(0, fullPluginPathStr.find_last_of("\\"));

loadTimelines("aman_profiles.json");
loadTimelines("aman-config.json");

amanController = std::make_shared<AmanController>(this);
amanController->modelLoaded();
Expand Down
2 changes: 1 addition & 1 deletion Aman/AmanWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AmanWindow::AmanWindow(AmanController* controller, std::set<std::string> availPr
};

std::vector<std::string> profileOptions(availProfiles.begin(), availProfiles.end());
this->profilesMenu = std::make_shared<PopupMenu>("Load", profileOptions, onSelection);
this->profilesMenu = std::make_shared<PopupMenu>("Profiles", profileOptions, onSelection);
this->menuBar->addPopupMenu(profilesMenu);

this->titleBar->on("COLLAPSE_CLICKED", [&]() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bdf055b

Please sign in to comment.