Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-06-02 07:16:42 +0400
committerRyan Dahl <ry@tinyclouds.org>2010-06-02 07:18:43 +0400
commit75f0cf471af3c029290d4bf55c34d1fc470ef600 (patch)
treed466225b54ea212afa2f52ef85075fd226459773 /Makefile
parentd62b0f442a8bffc8f01a7edbece2c7c554a80948 (diff)
More dynmaic linking options
This adds the following options to the `configure` program --shared-v8 Link to a shared V8 DLL instead of static linking --shared-v8-includes=SHARED_V8_INCLUDES Directory containing V8 header files --shared-v8-libpath=SHARED_V8_LIBPATH A directory to search for the shared V8 DLL --shared-cares Link to a shared C-Ares DLL instead of static linking --shared-cares-includes=SHARED_CARES_INCLUDES Directory containing C-Ares header files --shared-cares-libpath=SHARED_CARES_LIBPATH A directory to search for the shared C-Ares DLL --shared-libev Link to a shared libev DLL instead of static linking --shared-libev-includes=SHARED_LIBEV_INCLUDES Directory containing libev header files --shared-libev-libpath=SHARED_LIBEV_LIBPATH A directory to search for the shared libev DLL and removes --system.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3547b43e78f..f6299b110d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
WAF=python tools/waf-light
all:
- echo $(WAF)
@$(WAF) build
all-debug: