mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
Makefile(s) updated
This commit is contained in:
parent
50d66cb3fc
commit
f215c60903
2 changed files with 12 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -190,6 +190,7 @@ $(OutFile): build_info \
|
|||
$(OutDir_ide)idewin.o \
|
||||
$(OutDir_ide)main.o \
|
||||
$(OutDir_ide)CommandLineHandler.o \
|
||||
$(OutDir_ide)BuildInfo.o \
|
||||
$(OutDir_ide)About.o \
|
||||
$(OutDir_ide)Macro.o \
|
||||
$(OutDir_ide)Help.o \
|
||||
|
|
@ -310,6 +311,7 @@ $(OutFile): build_info \
|
|||
$(OutDir_ide)idewin.o \
|
||||
$(OutDir_ide)main.o \
|
||||
$(OutDir_ide)CommandLineHandler.o \
|
||||
$(OutDir_ide)BuildInfo.o \
|
||||
$(OutDir_ide)About.o \
|
||||
$(OutDir_ide)Macro.o \
|
||||
$(OutDir_ide)Help.o \
|
||||
|
|
@ -10731,6 +10733,10 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \
|
|||
$(UPPDIR1)uppconfig.h
|
||||
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/CommandLineHandler.cpp -o $(OutDir_ide)CommandLineHandler.o
|
||||
|
||||
$(OutDir_ide)BuildInfo.o: $(UPPDIR1)ide/BuildInfo.cpp \
|
||||
$(UPPDIR1)ide/BuildInfo.cpp
|
||||
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/BuildInfo.cpp -o $(OutDir_ide)BuildInfo.o
|
||||
|
||||
$(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \
|
||||
$(UPPDIR1)CodeEditor/CodeEditor.h \
|
||||
$(UPPDIR1)CodeEditor/CodeEditor.iml \
|
||||
|
|
|
|||
|
|
@ -190,6 +190,7 @@ $(OutFile): build_info \
|
|||
$(OutDir_ide)idewin.o \
|
||||
$(OutDir_ide)main.o \
|
||||
$(OutDir_ide)CommandLineHandler.o \
|
||||
$(OutDir_ide)BuildInfo.o \
|
||||
$(OutDir_ide)About.o \
|
||||
$(OutDir_ide)Macro.o \
|
||||
$(OutDir_ide)Help.o \
|
||||
|
|
@ -310,6 +311,7 @@ $(OutFile): build_info \
|
|||
$(OutDir_ide)idewin.o \
|
||||
$(OutDir_ide)main.o \
|
||||
$(OutDir_ide)CommandLineHandler.o \
|
||||
$(OutDir_ide)BuildInfo.o \
|
||||
$(OutDir_ide)About.o \
|
||||
$(OutDir_ide)Macro.o \
|
||||
$(OutDir_ide)Help.o \
|
||||
|
|
@ -10731,6 +10733,10 @@ $(OutDir_ide)CommandLineHandler.o: $(UPPDIR1)ide/CommandLineHandler.cpp \
|
|||
$(UPPDIR1)uppconfig.h
|
||||
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/CommandLineHandler.cpp -o $(OutDir_ide)CommandLineHandler.o
|
||||
|
||||
$(OutDir_ide)BuildInfo.o: $(UPPDIR1)ide/BuildInfo.cpp \
|
||||
$(UPPDIR1)ide/BuildInfo.cpp
|
||||
$(CXX) -c -x c++ $(CXXFLAGS) $(CINC) $(Macro_ide) $(UPPDIR1)ide/BuildInfo.cpp -o $(OutDir_ide)BuildInfo.o
|
||||
|
||||
$(OutDir_ide)About.o: $(UPPDIR1)ide/About.cpp \
|
||||
$(UPPDIR1)CodeEditor/CodeEditor.h \
|
||||
$(UPPDIR1)CodeEditor/CodeEditor.iml \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue