Closed sh19910711 closed 10 years ago
I had forgotten to see language directory.
I have CMake 2.8.12 so I have changed it to use cmake (>= 2.8.0). There was some restructuring I wanted to do, so I moved all of the interpreter code into a common base at /duck and moved SDLlib.h/.c to /duck/lib. Then compiler flags will enable or disable specific user libraries. Hopefully, everything should be simpler now. It's also easier to fix bugs and improve the compiler without having to merge between two directories.
nice :)
I suggest to use CMake to build project. It supports SDL and OpenGL.
Summary of commits
duck
andgduck
$ gcc ... -DFLAG_GDUCK -o gduck ...
I have tested the commands only on linux, and I don't touch files and directories without source directory.