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-9d2fd5bffc1fpull/1/head
parent
07b7814da9
commit
f0ca5b8a56
|
@ -60,7 +60,7 @@ all: $(OBJECTS) $(RCFILES)
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
-del *.o
|
-del *.o *.res
|
||||||
cd ../../code/ && $(MAKE) -fmakefile.mingw clean
|
cd ../../code/ && $(MAKE) -fmakefile.mingw clean
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
|
@ -68,7 +68,7 @@ clean:
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
.PHONY: cleanme
|
.PHONY: cleanme
|
||||||
cleanme:
|
cleanme:
|
||||||
-del *.o
|
-del *.o *.res
|
||||||
|
|
||||||
%.o:%.cpp
|
%.o:%.cpp
|
||||||
$(CXX) -g -c $(CPPFLAGS) $? -o $@ $(INCLUDEFLAGS) $(DEFINEFLAGS)
|
$(CXX) -g -c $(CPPFLAGS) $? -o $@ $(INCLUDEFLAGS) $(DEFINEFLAGS)
|
||||||
|
|
Loading…
Reference in New Issue