blob: d02518bcc90d883ff0dbf7f44ead86d63dd31d74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
*** 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,11 ----
+ #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++
+ #undef SharedCCFlags
+ #define SharedCCFlags -fpic
|