#
# 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
|
15902 |
Matt Attaway |
A second renaming that I will not obliterate as a badge of shame |
|
|
//guest/perforce_software/p4/2014_1/api/Jamfile.api |
#1
|
15901 |
Matt Attaway |
Clean up code to fit modern Workshop naming standards |
|
|
//guest/perforce_software/p4/2014.1/api/Jamfile.api |
#1
|
12188 |
Matt Attaway |
Move 'main' p4 into a release specific directory in prep for new releases |
|
|
//guest/perforce_software/p4/api/Jamfile.api |
#1
|
9129 |
Matt Attaway |
Initial commit of the 2014.1 p4/p4api source code |
|
|