assimp_cmd: makefile.mingw now embeds icon and version into the executable.
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@387 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -60,7 +60,7 @@ all: $(OBJECTS) $(RCFILES)
|
||||
# ---------------------------------------------------------------------------
|
||||
.PHONY: clean
|
||||
clean:
|
||||
-del *.o
|
||||
-del *.o *.res
|
||||
cd ../../code/ && $(MAKE) -fmakefile.mingw clean
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
@@ -68,7 +68,7 @@ clean:
|
||||
# ---------------------------------------------------------------------------
|
||||
.PHONY: cleanme
|
||||
cleanme:
|
||||
-del *.o
|
||||
-del *.o *.res
|
||||
|
||||
%.o:%.cpp
|
||||
$(CXX) -g -c $(CPPFLAGS) $? -o $@ $(INCLUDEFLAGS) $(DEFINEFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user