This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0aa4a1284c0b5e8459fef66e0e6527db2231ccf0
haiku-beta6
/
data
/
bin
/
c++
T
3 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
Added cc and c++ wrapper scripts.
2008-02-07 00:26:02 +00:00
#!/bin/sh
Should fix problems with whitespace in path names (
#2770
).
2008-09-25 12:41:36 +00:00
exec
$BE_CPLUS_COMPILER
$BE_DEFAULT_C_FLAGS
$BE_DEFAULT_CPLUS_FLAGS
"
$@
"
Reference in New Issue
Copy Permalink