Hello,

I am revisiting tinycc after some time, and see good progress in the
direction I am interested in (runtime code generation).

 So I basically need:
 1. windows dll
 I could not find a simple way to build the dll, so I patched the
build-tcc.bat to create it also.

 2. "nostdlib" option for the library
 For my code I want to avoid external files if possible.
 Unfortunately "nostdlib" is only available at command line; the state
is opaque in libtcc, so no direct access is possible.
 I did not find a good and simple way of doing it other than adding
the same option again to "tcc_set_linker" function.

 This works ok for me, but I hope other people might need those also...
 Should I push to "mob" branch, or post a patch here?

 Regards,
Gabriel

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to