Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Nov 22, 2006
1 parent 33a23ee commit 1c1a041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2006-??-??
2006-11-22 : 1.5.2
fixed std math_pow float
minor thread cleanup
added MySQL5.ndll for Windows
Expand Down
1 change: 1 addition & 0 deletions bin/release.neko
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ if( $loader.args[0] == "-src" ) {
cmd("rm -rf */*.suo */*.ncb */*/*.suo */*/*.ncb");
cmd("rm -rf */*.o */*/*.o");
cmd("rm -rf src/*.n src/*/*.n");
cmd("rm -rf src/nekoc.exe src/nekoml.exe src/nekotools.exe");
cmd("rm -rf */debug */release */*/debug */*/release");
cmd("rm -rf libs/include libs/mod_neko/debug2 libs/mod_neko/release2 libs/std/std2.sln");
cmd("rm -rf src/mtypes src/Makefile src/benchs/*.n src/*.dump src/*/*.dump");
Expand Down

0 comments on commit 1c1a041

Please sign in to comment.