Closed nejatafshar closed 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.
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
andmongoose.cpp
files?