aprtest.win 471 B

123456789101112131415161718
  1. # Note:
  2. #
  3. # You may need to modify the configuration of Build - Options - Directories
  4. # for the Executable path to include the perl interpreter within DevStudio.
  5. # E.g. add c:\program files\perl\bin to the list of directories
  6. !IF "$(TARGET)" == ""
  7. TARGET=ALL
  8. !ENDIF
  9. $(TARGET): Makefile
  10. $(MAKE) /nologo /f Makefile $(TARGET)
  11. Makefile: Makefile.in MakeWin32Make.awk
  12. awk -f MakeWin32Make.awk <Makefile.in >Makefile
  13. clean:
  14. del Makefile *.obj *.exe *.idb *.pdb