Forked from
STJr / SRB2
1069 commits behind, 1 commit ahead of the upstream repository.
-
Alam Ed Arias authoredAlam Ed Arias authored
comptime.mk 333 B
#Add-on Makefile for wxDev-C++ project file
SRCDIR=src
ifdef ComSpec
COMSPEC=$(ComSpec)
endif
all-before:
ifdef COMSPEC
${RM} $(SRCDIR)\comptime.h
comptime.bat $(SRCDIR)
else
${RM} $(SRCDIR)/comptime.h
./comptime.sh $(SRCDIR)
endif
clean-custom:
ifdef COMSPEC
${RM} $(SRCDIR)\comptime.h
else
${RM} $(SRCDIR)/comptime.h
endif