Page 1 of 1

OSDK : how to build it?

Posted: Wed Jul 10, 2019 2:00 am
by NekoNoNiaow
Hello kitties,

this may sound like a completely dumb question but after modifying the OSDK 1.14 to support paths (for the OSDK and source programs) with spaces in their names (for folders and files), I wanted to build a packaged version of the OSDK from Windows and ... realized that I had no idea how to do that. :D

I searched the documentation (http://osdk.defence-force.org/index.php ... umentation) but could not find anything about it.

It looks like the Unix makefiles would do just that when executed at the root of the OSDK source folder but on Windows I am not entirely sure. Is this done via the VisualStudio project files? In any case I could not find any instructions about it anywhere.

Any help would be greatly appreciated. ;)
Cheers,
Laurent

Re: OSDK : how to build it?

Posted: Thu Jul 11, 2019 11:24 pm
by Dbug
Clean rebuild in release from visual studio, zip the content of the C:\svn\public\pc\tools\osdk\main\Osdk\_final_\ folder.
Done.

Re: OSDK : how to build it?

Posted: Tue Jul 16, 2019 2:43 am
by NekoNoNiaow
Thanks!