File tree Expand file tree Collapse file tree 14 files changed +13
-13
lines changed Expand file tree Collapse file tree 14 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ add_custom_target(
1010 "\" ${CMAKE_CURRENT_SOURCE_DIR} /index.html\" "
1111 "\" ${CMAKE_CURRENT_SOURCE_DIR} /index.js\" "
1212 "\" ${CMAKE_CURRENT_SOURCE_DIR} /index.css\" "
13- "\" ${ConstraintSDK_DIR} /lib/controls .js\" "
13+ "\" ${ConstraintSDK_DIR} /lib/system_controls .js\" "
1414 "\" ${CMAKE_CURRENT_BINARY_DIR} \" "
1515)
1616
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > Test</ title >
77 < link rel ="stylesheet " href ="./index.css ">
8- < script src ="./controls .js "> </ script >
8+ < script src ="./system_controls .js "> </ script >
99 </ head >
1010 < body >
1111 < script src ="./index.js "> </ script >
Original file line number Diff line number Diff line change 33#include " debug.h"
44#include " environment.h"
55#include " constraint_arithmetic.h"
6- #include " controls .h"
6+ #include " system_controls .h"
77
88const size_t max_allocator_space = 4096 ;
99
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ add_custom_target(
1010 "\" ${CMAKE_CURRENT_SOURCE_DIR} /index.html\" "
1111 "\" ${CMAKE_CURRENT_SOURCE_DIR} /index.js\" "
1212 "\" ${CMAKE_CURRENT_SOURCE_DIR} /index.css\" "
13- "\" ${ConstraintSDK_DIR} /lib/controls .js\" "
13+ "\" ${ConstraintSDK_DIR} /lib/system_controls .js\" "
1414 "\" ${CMAKE_CURRENT_BINARY_DIR} \" "
1515)
1616
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > Test</ title >
77 < link rel ="stylesheet " href ="./index.css ">
8- < script src ="./controls .js "> </ script >
8+ < script src ="./system_controls .js "> </ script >
99 </ head >
1010 < body >
1111 < script type ='text/javascript '>
Original file line number Diff line number Diff line change 33#include < stdio.h>
44#include " environment.h"
55#include " constraint_arithmetic.h"
6- #include " controls .h"
6+ #include " system_controls .h"
77
88struct String {
99 const char *data;
Original file line number Diff line number Diff line change 1212 <ItemGroup >
1313 <PackageReference Include =" Microsoft.DotNet.ILCompiler.LLVM" Version =" 6.0.0-*" />
1414 <ProjectReference Include =" ../../sdk/lib/csharp/ConstraintArithmetic/ConstraintArithmetic.csproj" />
15- <ProjectReference Include =" ../../sdk/lib/csharp/Controls/Controls .csproj" />
15+ <ProjectReference Include =" ../../sdk/lib/csharp/SystemControls/SystemControls .csproj" />
1616 </ItemGroup >
1717
1818 <ItemGroup >
19- <Content Include =" index.html;index.js;index.css;$(ConstraintSDKPath)/lib/controls .js" >
19+ <Content Include =" index.html;index.js;index.css;$(ConstraintSDKPath)/lib/system_controls .js" >
2020 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
2121 </Content >
2222 </ItemGroup >
Original file line number Diff line number Diff line change 33using System . Runtime . InteropServices ;
44using System . Runtime . CompilerServices ;
55using ConstraintArithmetic ;
6- using static Controls ;
6+ using static SystemControls ;
77
88public static class Program {
99 public static int Count = 0 ;
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > Test</ title >
77 < link rel ="stylesheet " href ="./index.css ">
8- < script src ="./controls .js "> </ script >
8+ < script src ="./system_controls .js "> </ script >
99 </ head >
1010 < body >
1111 < script type ='text/javascript '>
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ ExternalProject_Add(
2929install (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /include / DESTINATION include )
3030
3131install (
32- FILES
33- ${CMAKE_CURRENT_SOURCE_DIR} /lib/browser/controls.js
32+ DIRECTORY
33+ ${CMAKE_CURRENT_SOURCE_DIR} /lib/browser/
3434 DESTINATION lib
3535)
3636
You can’t perform that action at this time.
0 commit comments