Part of last commit...

This commit is contained in:
Paul Traina 1994-11-01 03:30:35 +00:00
parent c095186cb6
commit 26762336aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306

View file

@ -0,0 +1,15 @@
*** src/config/InterViews/iv-freebsd.cf Mon Oct 31 17:31:42 1994
--- src/config/InterViews/iv-freebsd.cf Mon Oct 31 17:36:04 1994
***************
*** 0 ****
--- 1,10 ----
+ #include <InterViews/xparams.cf>
+ #undef CppCmd
+ #define CppCmd cpp
+ #undef CCDriver
+ #define CCDriver c++
+ #undef DependCCFlags
+ #define DependCCFlags $(CCDEFINES) $(CCINCLUDES) -I/usr/include/g++
+ #undef ExtraCCLdLibs
+ #define ExtraCCLdLibs -lg++
+ #define SharedCCFlags -fpic