Changeset 4286
- Timestamp:
- Oct 25, 2012 7:32:47 AM (12 years ago)
- Location:
- pjproject/branches/projects/android/pjsip-apps/src
- Files:
-
- 3 added
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/projects/android/pjsip-apps/src/apjsua
- Property svn:ignore
-
old new 1 bin 2 obj 3 libs 4 gen 5 .* 1 6
-
- Property svn:ignore
-
pjproject/branches/projects/android/pjsip-apps/src/apjsua/.project
r4194 r4286 6 6 </projects> 7 7 <buildSpec> 8 <buildCommand> 9 <name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name> 10 <triggers>clean,full,incremental,</triggers> 11 <arguments> 12 </arguments> 13 </buildCommand> 8 14 <buildCommand> 9 15 <name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name> … … 26 32 </arguments> 27 33 </buildCommand> 34 <buildCommand> 35 <name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name> 36 <triggers>full,incremental,</triggers> 37 <arguments> 38 </arguments> 39 </buildCommand> 28 40 </buildSpec> 29 41 <natures> 30 42 <nature>com.android.ide.eclipse.adt.AndroidNature</nature> 31 43 <nature>org.eclipse.jdt.core.javanature</nature> 44 <nature>org.eclipse.cdt.core.cnature</nature> 45 <nature>org.eclipse.cdt.core.ccnature</nature> 46 <nature>org.eclipse.cdt.managedbuilder.core.managedBuildNature</nature> 47 <nature>org.eclipse.cdt.managedbuilder.core.ScannerConfigNature</nature> 32 48 </natures> 33 49 </projectDescription> -
pjproject/branches/projects/android/pjsip-apps/src/pjsua/gui.h
r4237 r4286 26 26 #endif 27 27 28 #if defUSE_GUI28 #if USE_GUI 29 29 30 30 #define printf showMsg
Note: See TracChangeset
for help on using the changeset viewer.