This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
add build rule for .cc files
pull/1639/head
bsp2
6 years ago
parent
f179d15487
commit
225d3e31c9
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
dep/yac/sharedlib_msvc.mk
+ 3
- 0
dep/yac/sharedlib_msvc.mk
View File
@@ -50,6 +50,9 @@ bin: $(BIN_RULES) $(ALL_OBJ)
.cpp.o:
$(CC) $(CPPFLAGS) $(OPTFLAGS_PLUGIN) -c $< -Fo"$@"
.cc.o:
$(CC) $(CPPFLAGS) $(OPTFLAGS_PLUGIN) -c $< -Fo"$@"
.c.o:
$(CC) $(CPPFLAGS) $(OPTFLAGS_PLUGIN) -c $< -Fo"$@"
Write
Preview
Loading…
Cancel
Save