mirror of
https://github.com/lexborisov/Modest
synced 2024-11-21 21:31:25 +03:00
Fixed build examples and tests for Windows
This commit is contained in:
parent
e37c7ce017
commit
d5cac76ff5
@ -5,7 +5,6 @@
|
|||||||
* If you use encoding enum, like ```MyHTML_ENCODING_UTF8```, now it ```MyENCODING_UTF_8```, i.e ```MyHTML_ENCODING_* => MyENCODING_*```
|
* If you use encoding enum, like ```MyHTML_ENCODING_UTF8```, now it ```MyENCODING_UTF_8```, i.e ```MyHTML_ENCODING_* => MyENCODING_*```
|
||||||
* Functions migrated to MyCORE from MyHTML: ```myhtml_incoming_buffer_*``` => ```mycore_incoming_buffer_*```, ```myhtml_string*``` => ```mycore_string*```, ```myhtml_utils*``` => ```mycore_utils*```
|
* Functions migrated to MyCORE from MyHTML: ```myhtml_incoming_buffer_*``` => ```mycore_incoming_buffer_*```, ```myhtml_string*``` => ```mycore_string*```, ```myhtml_utils*``` => ```mycore_utils*```
|
||||||
|
|
||||||
|
|
||||||
0.0.1 => 0.0.4
|
0.0.1 => 0.0.4
|
||||||
===========
|
===========
|
||||||
Removed all depending on the Tree. Now you can get a tree of nodes ```myhtml_node_tree```
|
Removed all depending on the Tree. Now you can get a tree of nodes ```myhtml_node_tree```
|
||||||
|
@ -15,6 +15,7 @@ CC ?= gcc
|
|||||||
# other Makefile
|
# other Makefile
|
||||||
#***************
|
#***************
|
||||||
BINARY_PATH_RELATIVE := ..
|
BINARY_PATH_RELATIVE := ..
|
||||||
|
MODEST_SOURCE := $(BINARY_PATH_RELATIVE)/source
|
||||||
include $(BINARY_PATH_RELATIVE)/Makefile.bin.cfg
|
include $(BINARY_PATH_RELATIVE)/Makefile.bin.cfg
|
||||||
|
|
||||||
BINARY_TO_DIR := $(BINARY_PATH_RELATIVE)/$(BINARY_DIR_BASE)
|
BINARY_TO_DIR := $(BINARY_PATH_RELATIVE)/$(BINARY_DIR_BASE)
|
||||||
|
@ -15,6 +15,7 @@ CC ?= gcc
|
|||||||
# other Makefile
|
# other Makefile
|
||||||
#***************
|
#***************
|
||||||
BINARY_PATH_RELATIVE := ..
|
BINARY_PATH_RELATIVE := ..
|
||||||
|
MODEST_SOURCE := $(BINARY_PATH_RELATIVE)/source
|
||||||
include $(BINARY_PATH_RELATIVE)/Makefile.bin.cfg
|
include $(BINARY_PATH_RELATIVE)/Makefile.bin.cfg
|
||||||
|
|
||||||
BINARY_TO_DIR := $(BINARY_PATH_RELATIVE)/$(TEST_DIR_BASE)
|
BINARY_TO_DIR := $(BINARY_PATH_RELATIVE)/$(TEST_DIR_BASE)
|
||||||
|
Loading…
Reference in New Issue
Block a user