Changeset 336 for pjproject/trunk/pjsip-apps/build
- Timestamp:
- Mar 19, 2006 12:50:23 AM (19 years ago)
- Location:
- pjproject/trunk/pjsip-apps/build
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/build/Samples-vc.mak
r328 r336 38 38 39 39 40 SAMPLES = $(BINDIR)\simpleua.exe 40 SAMPLES = $(BINDIR)\simpleua.exe $(BINDIR)\playfile.exe $(BINDIR)\playsine.exe \ 41 $(BINDIR)\confsample.exe 41 42 42 43 all: $(OBJDIR) $(SAMPLES) -
pjproject/trunk/pjsip-apps/build/pjsip_apps.dsw
r328 r336 169 169 ############################################################################### 170 170 171 Project: "sample_debug"=".\sample_debug.dsp" - Package Owner=<4> 172 173 Package=<5> 174 {{{ 175 }}} 176 177 Package=<4> 178 {{{ 179 Begin Project Dependency 180 Project_Dep_Name pjlib 181 End Project Dependency 182 Begin Project Dependency 183 Project_Dep_Name pjlib_util 184 End Project Dependency 185 Begin Project Dependency 186 Project_Dep_Name pjmedia 187 End Project Dependency 188 Begin Project Dependency 189 Project_Dep_Name pjmedia_codec 190 End Project Dependency 191 Begin Project Dependency 192 Project_Dep_Name pjsip_core 193 End Project Dependency 194 Begin Project Dependency 195 Project_Dep_Name pjsip_simple 196 End Project Dependency 197 Begin Project Dependency 198 Project_Dep_Name pjsip_ua 199 End Project Dependency 200 Begin Project Dependency 201 Project_Dep_Name pjsua_lib 202 End Project Dependency 203 }}} 204 205 ############################################################################### 206 171 207 Project: "samples"=".\samples.dsp" - Package Owner=<4> 172 208 -
pjproject/trunk/pjsip-apps/build/samples.dsp
r328 r336 44 44 # PROP Cmd_Line "nmake /f Samples-vc.mak BUILD_MODE=release" 45 45 # PROP Rebuild_Opt "/a" 46 # PROP Target_File "All samples built successfully" 46 47 # PROP Bsc_Name "" 47 48 # PROP Target_Dir "" … … 64 65 # PROP Cmd_Line "nmake /NOLOGO /S /f Samples-vc.mak BUILD_MODE=debug" 65 66 # PROP Rebuild_Opt "/a" 66 # PROP Target_File " ../bin/samples/simpleua.exe"67 # PROP Target_File "All samples built successfully" 67 68 # PROP Bsc_Name "" 68 69 # PROP Target_Dir "" … … 84 85 85 86 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 87 # Begin Source File 88 89 SOURCE=..\src\samples\confsample.c 90 # End Source File 91 # Begin Source File 92 93 SOURCE=..\src\samples\playfile.c 94 # End Source File 95 # Begin Source File 96 97 SOURCE=..\src\samples\playsine.c 98 # End Source File 86 99 # Begin Source File 87 100
Note: See TracChangeset
for help on using the changeset viewer.