# # 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 | 16129 | tjuricek |
Rename/move files again... this time to the hyphenated-approach. |
||
//guest/tjuricek/file_system_client/main/vendor/p4api-15.1/macosx105x86_64/sample/Jamfile | |||||
#1 | 16119 | tjuricek | Rename/move to meet workshop project conventions. | ||
//guest/tjuricek/fsclient/vendor/p4api-15.1/macosx105x86_64/sample/Jamfile | |||||
#1 | 16118 | tjuricek |
FSClient initial version: handles add, edit This is a proof-of-concept app that mirrors an existing Perforce workspace to handle running commands like "p4 add" and "p4 edit" automatically when your apps add and write files. See the readme for more information. |