Changeset 275

Show
Ignore:
Timestamp:
04/13/07 14:04:12 (2 years ago)
Author:
keinfarbton
Message:

added a minimumhelloworld

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
  • trunk/ports/swt-3.2.1/swt-3.2.1-examples/Makefile.linux

    r273 r275  
    8484 
    8585 
     86minimumhelloworld : 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) ./$@" 
    8691 
     92 
     93