-
Notifications
You must be signed in to change notification settings - Fork 60
How To
Data Technology edited this page May 10, 2019
·
2 revisions
Please use nmake to do the job
The following command will build the test project and run all tests
nmake -f Makefile.win tests
The following command will build the lib file,
nmake -f Makefile.win all
Please use gc make to do the job
The following command will build the test project and run all tests
make -f Makefile.lx testr
The following command will build the lib file,
make -f Makefile.lx all
Please use pmake to do the job
The following command will build the test project and run all tests
make -f Makefile.bsd test
The following command will build the lib file,
make -f Makefile.bsd all
CMake is now supported in this project