This website requires JavaScript.
Explore
Help
Sign In
Aren
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a906d0a031
haiku
/
data
/
bin
/
c++
3 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added cc and c++ wrapper scripts. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23903 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-02-07 03:26:02 +03:00
#!/bin/sh
Should fix problems with whitespace in path names (#2770). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27738 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-09-25 16:41:36 +04:00
exec $BE_CPLUS_COMPILER $BE_DEFAULT_C_FLAGS $BE_DEFAULT_CPLUS_FLAGS "$@"
Reference in New Issue
Copy Permalink