Keymapping generation command from VS2005 is missing.
So I have modified the Build Events and attach the patch file. :)
How about to prepare a automatic build machine to check this kind of error?
Thinking that... to do some automatic build, we need to buy a build machine
to use as a maintenance server.
But it's not easy to prepare that one;
On Dec 30, 2007 4:15 PM, Jonathan Chayce Dickinson <[EMAIL PROTECTED]>
wrote:
> Dennis, the original reason I wrote the UK keymap is so that I could:
>
> * Test that the kernel allowed two keymaps
> * Test the keymap command
>
> Because, apart from the 'help' command, the keymap command is the only
> command that really *does anything*, as in, it alters the state of the
> OS. The rest of the commands list stuff and do much simpler tasks. The
> keymap command has a 'wow' factor.
>
> William has done a great job finishing off the keymaps, and by adding
> the new keymaps. Swapping 2 or 3 characters here and there was really
> easy: it's nice to have more exotic keymaps such as Dvorak now.
>
> Anybody made any progress with the whack and caps lock issues? I can't
> figure them out.
>
> Dennis Hayes wrote:
> >
> >
> > */>William Lahti <[EMAIL PROTECTED]>/* wrote:
> >
> > > r621 introduces dvorak-ansi and dvorak-classic keymaps.... sorry
> >
> > Gald to hear it!
> >
> > > dennis :) it only took a few minutes in any case :)
> > Even glader to hear that!!
> >
> > Dennis
> >
> > ------------------------------------------------------------------------
> > <http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs>
>
> --
> Jonathan Dickinson
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> SharpOS-Developers mailing list
> SharpOS-Developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sharpos-developers
>
Index: Kernel/Core/SharpOS.Kernel.Core.csproj
===================================================================
--- Kernel/Core/SharpOS.Kernel.Core.csproj (revision 623)
+++ Kernel/Core/SharpOS.Kernel.Core.csproj (working copy)
@@ -87,7 +87,13 @@
-->
<PropertyGroup>
<PreBuildEvent>$(TargetDir)\key-compiler.exe -D:.\..\Data\KeyMaps\
$(SolutionDir)\Data\KeyMaps\US.skm -o:"$(SolutionDir)\build\KeyMaps\US.bin"
+
$(TargetDir)\key-compiler.exe -D:.\..\Data\KeyMaps\
$(SolutionDir)\Data\KeyMaps\US.skm -o:"$(SolutionDir)\build\KeyMaps\UK.bin"
+
+$(TargetDir)\key-compiler.exe -D:.\..\Data\KeyMaps\
$(SolutionDir)\Data\KeyMaps\US-Dvorak-ANSI.skm
-o:"$(SolutionDir)\build\KeyMaps\US-Dvorak-ANSI.bin"
+
+$(TargetDir)\key-compiler.exe -D:.\..\Data\KeyMaps\
$(SolutionDir)\Data\KeyMaps\US-Dvorak-Classic.skm
-o:"$(SolutionDir)\build\KeyMaps\US-Dvorak-Classic.bin"
+
$(TargetDir)\key-compiler.exe -D:.\..\Data\KeyMaps\ -ar
-o:"$(TargetDir)\Temp\BuiltinKeymaps.ska"
"@$(ProjectDir)\Config\BuiltinKeymaps.cfg"</PreBuildEvent>
<PostBuildEvent>$(TargetDir)\SharpOS-AOT.exe -d:tests.dump -text-dump -v
-o $(TargetDir)\SharpOS.Kernel.bin $(TargetDir)\SharpOS.Kernel.dll
copy $(TargetDir)\..\Data\DiskImages\TemplateDisk.img
$(TargetDir)\distro\common\SharpOS.img
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers