home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / sviluppo / popupmenudeveloper / demos / smakefile < prev    next >
Encoding:
Makefile  |  1999-08-23  |  905 b   |  32 lines

  1. all: Dynamic Disable StartMenu Demo SimpleMenu PullDownMenu MenuVerify BigMenu Layout LocaleMenu
  2.  
  3. Dynamic: /C/Demos/Dynamic.c
  4.     sc link /C/Demos/Dynamic.c noicons to dynamic
  5.  
  6. Disable: /C/Demos/Disable.c
  7.     sc link /C/Demos/Disable.c noicons to disable
  8.  
  9. MenuVerify: /C/Demos/MenuVerify.c
  10.     sc link /C/Demos/MenuVerify.c noicons to menuverify
  11.  
  12. StartMenu: /C/Demos/StartMenu.c
  13.     sc link /C/Demos/StartMenu.c noicons to startmenu
  14.  
  15. Demo: /C/Demos/Demo.c
  16.     sc link /C/Demos/Demo.c noicons to demo
  17.  
  18. SimpleMenu: /C/Demos/SimpleMenu.c
  19.     sc link /C/Demos/SimpleMenu.c noicons to simplemenu
  20.  
  21. PullDownMenu: /C/Demos/PullDownMenu.c
  22.     sc link /C/Demos/PullDownMenu.c noicons to pulldownmenu
  23.  
  24. BigMenu: /C/Demos/BigMenu.c
  25.     sc link /C/Demos/BigMenu.c noicons to bigmenu
  26.  
  27. Layout: /C/Demos/Layout.c
  28.     sc link /C/Demos/Layout.c noicons to Layout
  29.  
  30. LocaleMenu: /C/Demos/LocaleMenu.c
  31.     sc link /C/Demos/LocaleMenu.c noicons to LocaleMenu
  32.