Skip to content
Snippets Groups Projects
Commit 01221833 authored by rswindell's avatar rswindell
Browse files

Removed unused portions.

parent e02bf432
Branches
Tags
No related merge requests found
......@@ -41,10 +41,6 @@ all: $(ODIR) $(ODIR)/wraptest.exe
# Implicit C Compile Rule
{.}.c.$(OFILE):
$(CC) $(CFLAGS) -WD -WM -n$(ODIR) -c $<
# Implicit C++ Compile Rule
{.}.cpp.$(OFILE):
@$(CC) $(CFLAGS) -WD -WM -n$(ODIR) -c $<
# Create output directories if they don't exist
......@@ -54,5 +50,3 @@ $(ODIR):
# Executable Build Rule
$(ODIR)/wraptest.exe: $(ODIR)\wraptest.obj $(OBJS)
@$(CC) $(CFLAGS) -WM -n$(ODIR) $**
#!include depends.mak # defines dependencies
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment