This commit is contained in:
olari
2021-06-05 21:10:25 +03:00
parent 807cffd9de
commit e0e0f2be99
923 changed files with 911857 additions and 15 deletions

7
idasdk75/objdir.mak Normal file
View File

@@ -0,0 +1,7 @@
# this makefile creates the output directories for object/library files
# when the makefile is parsed.
ifeq ($(wildcard $(OBJDIR)/.),)
$(shell mkdir -p 2>/dev/null $(OBJDIR))
endif