Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Versioning DLL file from now, to ease luajit users' adoption
Browse files Browse the repository at this point in the history
  • Loading branch information
r-lyeh committed Sep 25, 2021
1 parent 19ba1bb commit 01d6cd4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MAKE.bat
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ if "%1"=="tidy" (
del *.ilk
del *.png
del *.def
del *.dll
rem del *.dll
del demo_*.*
rd /q /s .vs
del tcc.bat
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ echo #endif // FWK_C >> fwk-single-header.c

## Bindings
- Luajit bindings are provided in the [fwk.lua](fwk.lua) auto-generated file.
- You can test it by typing `cl fwk.c /LD /DAPI=EXPORT && art\tools\luajit art\demos\demo_luajit.lua`
- You can test it by typing `art\tools\luajit art\demos\demo_luajit.lua`.

## License
This software is released into the [public domain](https://unlicense.org/).<br/>
Expand Down
Binary file added fwk.dll
Binary file not shown.

0 comments on commit 01d6cd4

Please sign in to comment.