New version of wmake supporting out-of-tree object and dependency files
This commit is contained in:
10
wmake/rules/solaris64Gcc/general
Normal file
10
wmake/rules/solaris64Gcc/general
Normal file
@ -0,0 +1,10 @@
|
||||
CPP = /lib/cpp
|
||||
LD = ld -64
|
||||
|
||||
PROJECT_LIBS = -l$(WM_PROJECT) -lnsl -lsocket -L$(FOAM_LIBBIN)/dummy -lPstream
|
||||
|
||||
include $(GENERAL_RULES)/standard
|
||||
|
||||
include $(RULES)/X
|
||||
include $(RULES)/c
|
||||
include $(RULES)/c++
|
||||
Reference in New Issue
Block a user