This website requires JavaScript.
Explore
Help
Register
Sign In
Haiku
/
haiku
Watch
1
Star
0
Fork
0
You've already forked haiku
mirror of
https://review.haiku-os.org/haiku
synced
2025-01-19 13:01:29 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
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 00:26:02 +00: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 12:41:36 +00:00
exec $BE_CPLUS_COMPILER $BE_DEFAULT_C_FLAGS $BE_DEFAULT_CPLUS_FLAGS "$@"
Copy Permalink