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

Removed unused portions.

parent e02bf432
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,7 @@ 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 $<
@$(CC) $(CFLAGS) -WD -WM -n$(ODIR) -c $<
# Create output directories if they don't exist
$(ODIR):
......@@ -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.
Finish editing this message first!
Please register or to comment