- #
- # See ../Jamrules for notes on what variables need to be set.
- #
- SubDir BIN ;
- SubDir TOP rollback ;
- IncludeP4API ;
- Main rollback : main.cpp ;
- SetLibName ROLLBACKLIB : librollback ;
- LinkLibraries rollback :
- $(ROLLBACKLIB)
- $(CLIENTLIB)
- $(RPCLIB)
- $(SUPPORTLIB)
- ;
- Library $(ROLLBACKLIB) :
- RBFile.cpp
- RBFilter.cpp
- RBUserFiles.cpp
- RollBack.cpp
- ;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 6304 | Sam Stafford | Add a Jamrules check for the P4APIDIR variable and wrap the P4API includes in a rule so t...hat they're optional. « |
17 years ago | |
#1 | 6303 | Sam Stafford | Jamming Rollback. | 17 years ago |