Fixed build examples and tests for Windows

This commit is contained in:
lexborisov 2017-03-20 23:40:55 +03:00
parent e37c7ce017
commit d5cac76ff5
3 changed files with 2 additions and 1 deletions

View File

@ -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```

View File

@ -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)

View File

@ -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)