hi i'm new with node.JS i don't think this is the good place to publish 
this sorry about that..

i'm trying to run an application witch use python nodeJS
* make (GNU Make 3.81) 
***************************************
Building is done using a `Makefile` which in turn uses `npm` and 
`component` for packages and `jade` and `stylus` for templating.
and i should run it with $make

the makefile 
JADE = $(shell find views/*.jade)
STYLUS=$(shell find stylesheets/ -name "*.styl" -type f)
GEOMETRY=$(wildcard lib/renderer-3d/geometry/*.obj)
GEOMETRY_JSON=$(GEOMETRY:.obj=.json)
GEOMETRY_JS=$(GEOMETRY:.obj=.js)
SHADERS=$(wildcard lib/renderer-3d/shaders/*.glsl)
SHADERS_JS=$(SHADERS:.glsl=.js)
LIB=$(shell find lib -name "*.js" -type f)
LIB_3D=$(shell find lib/renderer-3d -name "*.js" -type f)
LIB_CSS=$(shell find lib/renderer-css -name "*.js" -type f)
COMPONENTS=$(shell find components -name "*.js" -type f)
MINIFY=build build/build-3d.min.js public/javascript/slam.min.js 
public/javascript/renderer-3d.min.js public/javascript/renderer-css.min.js 
build/build.min.js
.................

can I run this in win7 ??

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to