DDeepin Developerfeat: Init commit
bd5e64d7创建于 2022年9月22日历史提交

all: $(PCH_NAME) $(PROG)

SRCS= \
 mySplitCommandLine.cpp \
 myAddExeFlag.cpp \
 test_lib.cpp \
 wine_date_and_time.cpp \
 wine_GetXXXDefaultLangID.cpp \
 ../Common/MyVector.cpp \
 ../Common/MyString.cpp \
 ../Common/MyWindows.cpp

StdAfx.h.gch : StdAfx.h
	rm -f StdAfx.h.gch
	$(CXX) $(CXXFLAGS) StdAfx.h -o StdAfx.h.gch

mySplitCommandLine.o : mySplitCommandLine.cpp
	$(CXX) $(CXXFLAGS) mySplitCommandLine.cpp
myAddExeFlag.o : myAddExeFlag.cpp
	$(CXX) $(CXXFLAGS) myAddExeFlag.cpp
test_lib.o : test_lib.cpp
	$(CXX) $(CXXFLAGS) test_lib.cpp
wine_date_and_time.o : wine_date_and_time.cpp
	$(CXX) $(CXXFLAGS) wine_date_and_time.cpp
wine_GetXXXDefaultLangID.o : wine_GetXXXDefaultLangID.cpp
	$(CXX) $(CXXFLAGS) wine_GetXXXDefaultLangID.cpp
MyVector.o : ../Common/MyVector.cpp
	$(CXX) $(CXXFLAGS) ../Common/MyVector.cpp
MyString.o : ../Common/MyString.cpp
	$(CXX) $(CXXFLAGS) ../Common/MyString.cpp
MyWindows.o : ../Common/MyWindows.cpp
	$(CXX) $(CXXFLAGS) ../Common/MyWindows.cpp
CpuArch.o : ../../C/CpuArch.c
	$(CC) $(CFLAGS) ../../C/CpuArch.c