Skip to content

Commit

Permalink
damn
Browse files Browse the repository at this point in the history
  • Loading branch information
Progames723 committed Nov 12, 2024
1 parent 11d6cab commit a977b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nativeLibSrc/Makefile.win.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ endif
all: gxx_compile gxx_link

gxx_compile:
$(CXX) -c $(CXXFLAGS) dev_progames723_hmmm_GMP.cpp -o GMP.o -static -lgmp -lmpfr -lgmpxx -D__int64_t="long long" -D__int64="long"
$(CXX) -c $(CXXFLAGS) dev_progames723_hmmm_utils_MathUtil.cpp -o MathUtil.o -static -D__int64_t="long long" -D__int64="long"
$(CXX) -c $(CXXFLAGS) dev_progames723_hmmm_GMP.cpp -o GMP.o -static -lgmp -lmpfr -lgmpxx -D__int64_t="int64_t" -D__int64="int64_t"
$(CXX) -c $(CXXFLAGS) dev_progames723_hmmm_utils_MathUtil.cpp -o MathUtil.o -static -D__int64_t="int64_t" -D__int64="int64_t"

gxx_link:
$(CXX) $(CXXFLAGS) -o GMP.dll GMP.o -shared -lgmp -lmpfr -lgmpxx -Wl,--add-stdcall-alias
Expand Down

0 comments on commit a977b03

Please sign in to comment.