Changeset 275
- Timestamp:
- 04/13/07 14:04:12 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ports/swt-3.2.1/swt-3.2.1-examples
- Property svn:ignore changed from
build
helloworld1
helloworld2
helloworld3
helloworld4
helloworld5
paint
addressbook
control
dnd
clipboard
graphics
hoverhelp
imageanalyzer
javaviewer
layoutexample
browser
wizard
to
build
helloworld1
helloworld2
helloworld3
helloworld4
helloworld5
paint
addressbook
control
dnd
clipboard
graphics
hoverhelp
imageanalyzer
javaviewer
layoutexample
browser
wizard
minimumhelloworld
- Property svn:ignore changed from
trunk/ports/swt-3.2.1/swt-3.2.1-examples/Makefile.linux
r273 r275 84 84 85 85 86 minimumhelloworld : minimumhelloworld.d FORCE 87 $(REBUILD) $@.d -of$@ -full -g $(LIBS) $(INCS) -oqbuild -dc=dmd-posix-tango 2>&1 | head -n 30 88 objdump -x $@ | grep _d_throw@4 89 @echo "*** Run CMD:" 90 @echo "LD_LIBRARY_PATH=$(SWT_LIBS_PATH):$(BROWSER_DIR) ./$@" 86 91 92 93
