4 Commits

Author SHA1 Message Date
Oscar Broman
8afb73c00c make it compile on OS X 2015-04-04 17:54:00 +06:00
Zeex
8324d8aba6 Revert "Add '/' as a portable path separator for #include"
This reverts commit b9050b452a7ec7ca27be8bc55e00594e279e3fa4.
2014-01-07 00:10:47 +07:00
Zeex
b9050b452a Add '/' as a portable path separator for #include
This fixes a bug where if you use '/' in an #include directive on Windows
the _inc_XXX symbol will contain not only the file name but also its path
as the compiler didn't count '/' as a path separator.
2014-01-07 00:04:59 +07:00
Zeex
766b96bcf3 Lower case directory names 2013-09-19 13:06:46 +07:00