Skip to content

Commit

Permalink
place object files in maven build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Nov 21, 2024
1 parent 3377dfd commit 76b665c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ all: install
install:
cl /EHsc /std:c++17 /LD /W4 /guard:cf \
/Fe:src/main/resources/integrations.dll \
/Fotarget\ \
$(HEADERS) $(SOURCES) \
/link /NXCOMPAT /DYNAMICBASE \
crypt32.lib shell32.lib ole32.lib uuid.lib user32.lib windowsapp.lib

0 comments on commit 76b665c

Please sign in to comment.