Changeset 384 for trunk/orca
- Timestamp:
- 04/30/07 21:01:48 (19 months ago)
- Location:
- trunk/orca
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/boot.c
r297 r384 353 353 "cross: native [a [vec3!] b [vec3!]]\n" 354 354 "normalize: native [vec [vec3!]]\n" 355 "call: native [\n"356 " command [string! block!]\n"357 " /output\n"358 " out [string! file! none!]\n"359 " /wait\n"360 "]\n"361 355 ; 362 356 -
trunk/orca/config.r
r136 r384 7 7 compress 8 8 hex_token 9 math3d10 os_call9 ;math3d 10 ;os_call 11 11 ] -
trunk/orca/win32/os.c
r147 r384 200 200 do 201 201 { 202 const char* cp = fileinfo.name; 203 if( cp[0] == '.' && (cp[1] == '.' || cp[1] == '\0') ) 204 continue; 205 202 206 orAppendString( blk, orMakeCString(fileinfo.name, -1) ); 203 207 }
