mirror of
https://github.com/Kapendev/parin.git
synced 2025-04-25 20:49:57 +03:00
Changed the -J path and added Closed support :)
This commit is contained in:
parent
957ce8ffd5
commit
aeabff1daf
6 changed files with 13 additions and 1 deletions
2
dub.json
2
dub.json
|
@ -10,7 +10,7 @@
|
|||
"joka": "*"
|
||||
},
|
||||
"stringImportPaths": [
|
||||
"assets"
|
||||
"source"
|
||||
],
|
||||
"subPackages" : [
|
||||
"packages/rin",
|
||||
|
|
1
packages/.closed
Normal file
1
packages/.closed
Normal file
|
@ -0,0 +1 @@
|
|||
t=TRUE
|
1
packages/android/.closed
Normal file
1
packages/android/.closed
Normal file
|
@ -0,0 +1 @@
|
|||
-t=TRUE
|
8
packages/rin/.closed
Normal file
8
packages/rin/.closed
Normal file
|
@ -0,0 +1,8 @@
|
|||
-t=TRUE
|
||||
-I=../../../parin/source
|
||||
|
||||
# Would be nice if joka was here...
|
||||
-I=../../../joka/source
|
||||
# HAHAHA IT FORCES YOU TO LINK WITH RAYLIB. Fix that.
|
||||
-L=-L../../../raylib/lib
|
||||
-L=-lraylib
|
1
packages/setup/.closed
Normal file
1
packages/setup/.closed
Normal file
|
@ -0,0 +1 @@
|
|||
-t=TRUE
|
1
packages/web/.closed
Normal file
1
packages/web/.closed
Normal file
|
@ -0,0 +1 @@
|
|||
-t=TRUE
|
Loading…
Add table
Add a link
Reference in a new issue