Skip to content

Commit

Permalink
Output msvc.exe in the output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisDenton committed Jun 8, 2024
1 parent a6a928e commit 81d73d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-tools/cc-test/src/NMakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $(OUT_DIR)/msvc.o: src/msvc.c
$(CC) $(EXTRA_CFLAGS) -c $(CFLAG_OUTPUT)$@ src/msvc.c -MD

$(OUT_DIR)/msvc.exe: $(OUT_DIR)/msvc2.o
$(CC) $(EXTRA_CFLAGS) $(CFLAG_OUTPUT)$@ $(OUT_DIR)/msvc2.o
$(CC) $(EXTRA_CFLAGS) $(CFLAG_OUTPUT)$@ $(OUT_DIR)/msvc2.o -Fe $(OUT_DIR)/msvc.exe

$(OUT_DIR)/msvc2.o: src/msvc.c
$(CC) $(EXTRA_CFLAGS) -c $(CFLAG_OUTPUT)$@ src/msvc.c -DMAIN -MD

0 comments on commit 81d73d9

Please sign in to comment.