Skip to content

Commit c744f5c

Browse files
committed
update sharpmake
1 parent 9792c40 commit c744f5c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Sharpmake

main.sharpmake.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public virtual void ConfigureAll(Configuration conf, CustomTarget target)
7676
conf.ProjectPath = @"[project.RootPath]";
7777

7878
conf.IncludePaths.Add(SourceRootPath);
79-
conf.ExportAdditionalLibrariesEvenForStaticLib = true;
79+
// conf.ExportAdditionalLibrariesEvenForStaticLib = true;
8080
conf.PrecompSourceExcludeExtension.Add(".ixx");
8181

8282
conf.Options.Add(Options.Vc.Compiler.CppLanguageStandard.Latest);

setup.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sharpmake/bootstrap.bat
2-
install_agility_sdk.bat
3-
generate_project.bat
1+
call Sharpmake/bootstrap.bat
2+
call install_agility_sdk.bat
3+
call generate_project.bat
44
vcpkg integrate install

0 commit comments

Comments
 (0)