Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update mkpackage for new run/Run.Kernel.dll file setup
  • Loading branch information
sorear committed Aug 23, 2012
1 parent 9fad9f7 commit 55e895a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Expand Up @@ -92,12 +92,11 @@ clean:
# uses the current niecza to set up a build area for the next stage
mkpackage:
rm -rf package/
mkdir package/ package/run/ package/lib/ package/obj/
mkdir package/ package/run/ package/lib/
cp -a docs README.pod LICENSE package/
cp -a run/Niecza.exe run/Niecza.ser run/Kernel.dll \
run/CompilerBlob.dll package/run/
run/CompilerBlob.dll run/Run.Kernel.dll package/run/
cp lib/*.pm6 lib/*.setting package/lib/
cp obj/Run.Kernel.dll package/obj/

mknext: run/Niecza.exe obj/Run.Kernel.dll obj/Kernel.dll
rm -rf next/
Expand Down

0 comments on commit 55e895a

Please sign in to comment.