cesanta / mongoose

Embedded Web Server
https://mongoose.ws
Other
11.16k stars 2.73k forks source link

How to get amalgamated sources #1220

Closed nejatafshar closed 3 years ago

nejatafshar commented 3 years ago

I want to upgrade from 6.x to 7.x but starting from 7.0 there is no amalgamated sources by default in root directory. How could one make amalgamated sources in mongoose.h and mongoose.cpp files?

nejatafshar commented 3 years ago

The amalgamated sources are actually in root dir by default, my mistake. Comparing the number of code lines in 6.18 and 7.1: 6278 vs 852 for mongoose.h and 16142 vs 4026 for mongoose.cpp, I could not believe those two small files are the new amalgamated source files.