Windows Slate build in Visual Studio
Todd Fleming
todd at flemingcnc.com
Sat Jan 8 10:29:54 PST 2005
Shaping wrote:
> Does anyone have a working Slate build on Windows, using Visual
> Studio? I seem to be missing at least one file in the checkout.
> Wvm.exe is not built. There is no wvw.* in the source tree.
>
>
> Shaping
Here are my VS 2003 files. Discard the ones I attached to a previous
message; they had some paths encoded incorrectly. Place them in
src\mobius\vm\platform\windows. You'll also need to fix the include in
src/mobius/vm/platform/windows/directory.c. It includes "vm.h"; this
should be "slatevm.h" for consistency with the includes in the other .c
files.
Before building, rename or copy vm.h and vm.c to slatevm.h and
slatevm.c. The project generates Slate.exe in the root of your slate
tree, where little.image resides. Both the debug and release builds
generate the final .exe in the same location and with the same name.
Both builds include debug information; the only difference is the amount
of optimization.
This project file only builds the VM; it doesn't build smart-console yet.
Todd
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Slate-VS2003.vcproj
Type: application/xml
Size: 4494 bytes
Desc: not available
Url : /archives/slate/attachments/20050108/47d7f3c0/Slate-VS2003.xml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Slate-VS2003.sln
Type: application/octet-stream
Size: 912 bytes
Desc: not available
Url : /archives/slate/attachments/20050108/47d7f3c0/Slate-VS2003.obj
More information about the Slate
mailing list