- #
- # For Linux 2.6: export OSVER=26 (or the appropriate number for your system)
- #
- EXEC = . ;
- P4LIBS = $(DOTDOT)$(SLASH)lib ;
- if $(OS) = NT {
- JAMSHELL = cmd.exe /c ;
- }
- SubDir P4 ;
- SubDirHdrs $(P4) $(DOTDOT)$(SLASH)include$(SLASH)p4 ;
- Main p4api : p4api.cc ;
- LinkLibraries p4api :
- $(P4LIBS)$(SLASH)$(CLIENTLIB)
- $(P4LIBS)$(SLASH)$(RPCLIB)
- $(P4LIBS)$(SLASH)$(SUPPORTLIB)
- $(P4LIBS)$(SLASH)$(P4SSLLIB)
- ;
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 18970 | rtande | Merging //guest/perforce_software/p4connect/main/src/... to //rtande/p4connect/main/sr...c/... « |
9 years ago | |
//guest/perforce_software/p4connect/main/src/P4Bridge/p4api/sample/Jamfile | |||||
#1 | 16209 | Norman Morse | Move entire source tree into "main" branch so workshop code will act correctly. | 9 years ago | |
//guest/perforce_software/p4connect/src/P4Bridge/p4api/sample/Jamfile | |||||
#1 | 10940 | Norman Morse |
Inital Workshop release of P4Connect. Released under BSD-2 license |
10 years ago |