# This is a directory structure/Makefile template for developing portable # syzygy applications. # All of your source code should go in src. Then you should edit: # build/makefiles/Makefile.my_app # as suggested by that file. # For the build to work, you must set $SZGHOME (pointing to the top-level # directory of your syzygy install, either "developer" or "easy"). # You will also need to set $SZGBIN (which indicates the directory in which # executables will be placed). Finally, if you are using external libraries # (such as sound), you will need to set $SZGEXTERNAL appropriately. Please # see the syzygy documentation.