#95707 - smoothingeye - Sun Jul 30, 2006 8:09 pm
How do i add my 3d data sound or image files into my program?
Code: |
#--------------------------------------------------------------------------------- # you need a rule like this for each extension you use as binary data #--------------------------------------------------------------------------------- %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) @$(bin2o) -include $(DEPENDS) |